X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fcollectors.h;h=ac70f37598f9b10720de1291bbedaefef4d725eb;hb=2bf9d87ae3aa946ef93cb923e560beb582f5b655;hp=a4abb631237d5c6a5957b9e24d471313b877fefc;hpb=6bab37989b1b5e8981bee80e1fedef621799332c;p=sliver-openvswitch.git diff --git a/ofproto/collectors.h b/ofproto/collectors.h index a4abb6312..ac70f3759 100644 --- a/ofproto/collectors.h +++ b/ofproto/collectors.h @@ -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 */