dpif: Add function to get the dpif type.
[openvswitch] / lib / dpif.h
index bd6095acf2dd14f39ae7d0da12076e3d704444b7..7d0881fab3127640fc9fcc0b275c0daa636a7381 100644 (file)
@@ -57,6 +57,7 @@ void dpif_wait(struct dpif *);
 
 const char *dpif_name(const struct dpif *);
 const char *dpif_base_name(const struct dpif *);
+const char *dpif_type(const struct dpif *);
 
 int dpif_delete(struct dpif *);