From 40dbc7f80a52b3ddd5b306eb75ac5f7e73a765ae Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 22 May 2013 16:08:05 +0900 Subject: [PATCH] dpif-netdev: Constify key parameter of dp_netdev_action_userspace() Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- lib/dpif-netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 78bdedb0f..86207e99c 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; -- 2.43.0