summaryrefslogtreecommitdiff
path: root/ofproto/netflow.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-12-07 14:38:14 -0800
committerEthan Jackson <ethan@nicira.com>2013-12-12 17:14:31 -0800
commit936604c009caf1587df9c1aec6c4c6e3020052b3 (patch)
treed93b3c27b67890bc4c003231bbb22562bb6add2e /ofproto/netflow.h
parent8e407f2744c0fad4fe4785c7be5849eb6ad1f903 (diff)
downloadopenvswitch-936604c009caf1587df9c1aec6c4c6e3020052b3.tar.gz
ofproto: New function netflow_exists().
Useful in future patches. Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/netflow.h')
-rw-r--r--ofproto/netflow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/netflow.h b/ofproto/netflow.h
index f37cfa7a4..c7f2574b8 100644
--- a/ofproto/netflow.h
+++ b/ofproto/netflow.h
@@ -43,6 +43,7 @@ struct netflow_options {
struct netflow *netflow_create(void);
struct netflow *netflow_ref(const struct netflow *);
void netflow_unref(struct netflow *);
+bool netflow_exists(void);
int netflow_set_options(struct netflow *, const struct netflow_options *);
void netflow_expire(struct netflow *, struct flow *);