aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/flow/flow.h
diff options
context:
space:
mode:
authorEyal Bari <ebari@cisco.com>2018-05-31 11:30:16 +0300
committerJohn Lo <loj@cisco.com>2018-06-04 14:27:52 +0000
commitd3de756a8bcda21ed37b87df7b1c77edaee3459b (patch)
tree8427dc20a73afdb97bee4d2ed446df36f55ef4ff /src/vnet/flow/flow.h
parent3a0325f9cab7838c21b19698b89cfc65e3236085 (diff)
flow:add enabled hw format function
Change-Id: Ide1f76e9207b6022d5258a119f8d59cca85651b5 Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/vnet/flow/flow.h')
-rw-r--r--src/vnet/flow/flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/flow/flow.h b/src/vnet/flow/flow.h
index bc9b2f19cc3..19b6761474d 100644
--- a/src/vnet/flow/flow.h
+++ b/src/vnet/flow/flow.h
@@ -181,6 +181,7 @@ typedef struct
extern vnet_flow_main_t flow_main;
format_function_t format_flow_actions;
+format_function_t format_flow_enabled_hw;
#endif /* included_vnet_flow_flow_h */