summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-01-04 12:37:57 -0800
committerJustin Pettit <jpettit@ovn.org>2018-01-10 16:42:00 -0800
commit8de6ff3ea8642b29952949e6bcd532d1441b48c0 (patch)
tree70d2a544be7899fce555d70ed914c60e134fab0e /ofproto/ofproto-dpif-ipfix.c
parentae9f2ce7c598ab7a3429287ebe31c5c25d7cc691 (diff)
downloadopenvswitch-8de6ff3ea8642b29952949e6bcd532d1441b48c0.tar.gz
ofproto-dpif: Use a fixed size userspace cookie.
This simplifies the cookie handling a bit. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-ipfix.c')
-rw-r--r--ofproto/ofproto-dpif-ipfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index f691c700e..a420903e9 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -2732,7 +2732,7 @@ dpif_ipfix_bridge_sample(struct dpif_ipfix *di, const struct dp_packet *packet,
void
dpif_ipfix_flow_sample(struct dpif_ipfix *di, const struct dp_packet *packet,
const struct flow *flow,
- const union user_action_cookie *cookie,
+ const struct user_action_cookie *cookie,
odp_port_t input_odp_port,
const struct flow_tnl *output_tunnel_key,
const struct dpif_ipfix_actions *ipfix_actions)