diff options
Diffstat (limited to 'flow_table.h')
-rw-r--r-- | flow_table.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/flow_table.h b/flow_table.h index b3cb546..aabdbb7 100644 --- a/flow_table.h +++ b/flow_table.h @@ -146,7 +146,4 @@ void flow_activate(struct flow_common *f); #define FLOW_ACTIVATE(flow_) \ (flow_activate(&(flow_)->f)) -uint64_t flow_hash(const struct ctx *c, uint8_t proto, uint8_t pif, - const struct flowside *side); - #endif /* FLOW_TABLE_H */ |