aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-11-01 16:04:06 -0700
committerJustin Pettit <jpettit@nicira.com>2012-11-01 22:54:27 -0700
commitc7a262159e22cc84b802031982052fdece555e64 (patch)
treec8b698a15e2a351f46142e4cfa236b6fd65d3004 /lib/dpif.h
parent4afba28d559511a5ee03e005b65be8323bf26ad3 (diff)
dpif: Add function to get the dpif type.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'lib/dpif.h')
-rw-r--r--lib/dpif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dpif.h b/lib/dpif.h
index bd6095ac..7d0881fa 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -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 *);