Initial implementation of sFlow.
[openvswitch] / ofproto / collectors.h
index a4abb631237d5c6a5957b9e24d471313b877fefc..ac70f37598f9b10720de1291bbedaefef4d725eb 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 */