X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fofproto-dpif-ipfix.h;h=6ebf8b07df5eddfef37f9e33fe97b6e93db97897;hb=1335a8d578b03e;hp=c050dba089361873abf18d806778ad64586238f0;hpb=d857c8aabf5195a35b9fd740fcc66ae23f222451;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-ipfix.h b/ofproto/ofproto-dpif-ipfix.h index c050dba08..6ebf8b07d 100644 --- a/ofproto/ofproto-dpif-ipfix.h +++ b/ofproto/ofproto-dpif-ipfix.h @@ -41,4 +41,7 @@ void dpif_ipfix_flow_sample(struct dpif_ipfix *, struct ofpbuf *, const struct flow *, uint32_t, uint16_t, uint32_t, uint32_t); +void dpif_ipfix_run(struct dpif_ipfix *); +void dpif_ipfix_wait(struct dpif_ipfix *); + #endif /* ofproto/ofproto-dpif-ipfix.h */