2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

dpif-netdev: Constify key parameter of dp_netdev_action_userspace()

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Simon Horman
2013-05-22 16:08:05 +09:00
committed by Ben Pfaff
parent dcabe8570f
commit 40dbc7f80a

View File

@@ -1198,7 +1198,7 @@ dp_netdev_sample(struct dp_netdev *dp,
static void
dp_netdev_action_userspace(struct dp_netdev *dp,
struct ofpbuf *packet, struct flow *key,
struct ofpbuf *packet, const struct flow *key,
const struct nlattr *a)
{
const struct nlattr *userdata;