lib: Fix off-by-one error in route-table.
[openvswitch] / datapath / flow.h
index 78d5a7019c00b5d02f33a9aa6f81b63308a5f19b..be734532c2082e0a80db2f22c868d08b43c787c0 100644 (file)
@@ -91,6 +91,7 @@ void flow_put(struct sw_flow *);
 
 int flow_extract(struct sk_buff *, u16 in_port, struct sw_flow_key *, bool *is_frag);
 void flow_used(struct sw_flow *, struct sk_buff *);
+u64 flow_used_time(unsigned long flow_jiffies);
 
 u32 flow_hash(const struct sw_flow_key *);
 int flow_cmp(const struct tbl_node *, void *target);