Initial implementation of sFlow.
[sliver-openvswitch.git] / ofproto / collectors.h
index a4abb63..ac70f37 100644 (file)
@@ -28,4 +28,6 @@ void collectors_destroy(struct collectors *);
 
 void collectors_send(const struct collectors *, const void *, size_t);
 
+int collectors_count(const struct collectors *);
+
 #endif /* collectors.h */