dpif: Allow providers to be managed at runtime.
[sliver-openvswitch.git] / lib / dpif-provider.h
index 9a49544..699f724 100644 (file)
@@ -36,6 +36,8 @@ struct dpif {
 
 void dpif_init(struct dpif *, const struct dpif_class *, const char *name,
                uint8_t netflow_engine_type, uint8_t netflow_engine_id);
+void dpif_uninit(struct dpif *dpif, bool close);
+
 static inline void dpif_assert_class(const struct dpif *dpif,
                                      const struct dpif_class *class)
 {