From: Simon Horman Date: Wed, 22 May 2013 07:08:05 +0000 (+0900) Subject: dpif-netdev: Constify key parameter of dp_netdev_action_userspace() X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~217 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=40dbc7f80a52b3ddd5b306eb75ac5f7e73a765ae;p=sliver-openvswitch.git dpif-netdev: Constify key parameter of dp_netdev_action_userspace() Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- 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;