diff options
author | Joe Stringer <joestringer@nicira.com> | 2014-10-18 19:14:14 -0400 |
---|---|---|
committer | Pravin B Shelar <pshelar@nicira.com> | 2014-11-06 02:52:35 -0500 |
commit | 41af73e9c17d5fb549fced2be97faeb4b8606fb8 (patch) | |
tree | f2e52b72eee266b9d947e58fb778330ddd023c79 /net/openvswitch/flow_netlink.h | |
parent | d98612b8c1150cb73ecd45e94c62de053f89441c (diff) |
openvswitch: Move key_attr_size() to flow_netlink.h.
flow-netlink has netlink related code.
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'net/openvswitch/flow_netlink.h')
-rw-r--r-- | net/openvswitch/flow_netlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/flow_netlink.h b/net/openvswitch/flow_netlink.h index 6355b1d01329..4f0370646bc6 100644 --- a/net/openvswitch/flow_netlink.h +++ b/net/openvswitch/flow_netlink.h | |||
@@ -37,6 +37,8 @@ | |||
37 | 37 | ||
38 | #include "flow.h" | 38 | #include "flow.h" |
39 | 39 | ||
40 | size_t ovs_key_attr_size(void); | ||
41 | |||
40 | void ovs_match_init(struct sw_flow_match *match, | 42 | void ovs_match_init(struct sw_flow_match *match, |
41 | struct sw_flow_key *key, struct sw_flow_mask *mask); | 43 | struct sw_flow_key *key, struct sw_flow_mask *mask); |
42 | 44 | ||