summaryrefslogtreecommitdiff
path: root/lib/dpif-provider.h
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@cloudbasesolutions.com>2014-09-18 04:17:54 -0700
committerBen Pfaff <blp@nicira.com>2014-09-18 14:59:59 -0700
commit93451a0a81b40c480115abd8739c1582e6b49a9c (patch)
tree1f792e0f5998942986f0a450b5680b586b546a27 /lib/dpif-provider.h
parent1a9bb326d8411ec97adc0f34020efca09caf14c4 (diff)
downloadopenvswitch-93451a0a81b40c480115abd8739c1582e6b49a9c.tar.gz
dpif-linux: Rename dpif-netlink; change to compile with MSVC.
The patch contains the necessary modifications to compile and also to run under MSVC. Added the files to the build system and also changed dpif_linux to be under a more generic name dpif_windows. Added a TODO under the windows part in case we want to implement another counterpart for epoll functions. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/dpif-provider.h')
-rw-r--r--lib/dpif-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h
index 89b32dd86..3f57049c9 100644
--- a/lib/dpif-provider.h
+++ b/lib/dpif-provider.h
@@ -358,7 +358,7 @@ struct dpif_class {
void (*disable_upcall)(struct dpif *);
};
-extern const struct dpif_class dpif_linux_class;
+extern const struct dpif_class dpif_netlink_class;
extern const struct dpif_class dpif_netdev_class;
#ifdef __cplusplus