summaryrefslogtreecommitdiff
path: root/ofproto/collectors.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-04 13:08:37 -0800
committerBen Pfaff <blp@nicira.com>2010-01-04 13:08:37 -0800
commit72b0630028e94a24d92a7c14cd7bce96a252a3f5 (patch)
tree84d27b275bf466cb7113d5a1b71428dd3cb72196 /ofproto/collectors.h
parent622ee2cf648bbf09a646d69f1f8f9aa604c8df39 (diff)
downloadopenvswitch-72b0630028e94a24d92a7c14cd7bce96a252a3f5.tar.gz
Initial implementation of sFlow.
Tested very slightly with "ping" and "sflowtool -t | tcpdump -r -".
Diffstat (limited to 'ofproto/collectors.h')
-rw-r--r--ofproto/collectors.h2
1 files changed, 2 insertions, 0 deletions
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 */