X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fcollectors.h;h=ac70f37598f9b10720de1291bbedaefef4d725eb;hb=ac1e8ee90853b5d248ea5d2d0f63ce0b5686a5b7;hp=a4abb631237d5c6a5957b9e24d471313b877fefc;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/ofproto/collectors.h b/ofproto/collectors.h index a4abb631..ac70f375 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 */