X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fnetflow.h;h=58fe7cb37ba249024b67dff43d987cc43352877d;hb=8fec720d1371b5a15abdc02e173c746f2b8088d9;hp=f6fad62b092f92eb0d8e6ce7c8e6bd5449b9b887;hpb=abfec865566e6cce961cc8660de1ddfdc85dae5f;p=openvswitch diff --git a/ofproto/netflow.h b/ofproto/netflow.h index f6fad62b..58fe7cb3 100644 --- a/ofproto/netflow.h +++ b/ofproto/netflow.h @@ -62,6 +62,7 @@ void netflow_expire(struct netflow *, struct netflow_flow *, struct ofexpired *); void netflow_run(struct netflow *); +void netflow_flow_init(struct netflow_flow *); void netflow_flow_clear(struct netflow_flow *); void netflow_flow_update_time(struct netflow *, struct netflow_flow *, long long int used);