aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2013-05-22 16:08:05 +0900
committerBen Pfaff <blp@nicira.com>2013-05-23 10:30:27 -0700
commit40dbc7f80a52b3ddd5b306eb75ac5f7e73a765ae (patch)
treef25dc3853c6712e6db63030ce5ac819c7d0a3095 /lib/dpif-netdev.c
parentdcabe8570f2acc92b022382232d82a3607f401a9 (diff)
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>
Diffstat (limited to 'lib/dpif-netdev.c')
-rw-r--r--lib/dpif-netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 78bdedb0..86207e99 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -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;