xenserver: Add xs-network-names to "external_ids" column in config db
[openvswitch] / lib / dpif.h
index 216c0996931484cbb16013f5e41f3342ea9c183b..1d109c2d256ef168fccc956471ef3515bc062ad1 100644 (file)
@@ -37,6 +37,7 @@ int dp_enumerate(struct svec *);
 
 int dpif_open(const char *name, struct dpif **);
 int dpif_create(const char *name, struct dpif **);
+int dpif_create_and_open(const char *name, struct dpif **);
 void dpif_close(struct dpif *);
 
 const char *dpif_name(const struct dpif *);