summaryrefslogtreecommitdiff
path: root/lib/odp-execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/odp-execute.h')
-rw-r--r--lib/odp-execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odp-execute.h b/lib/odp-execute.h
index 6f1b9bd77..91f0c5183 100644
--- a/lib/odp-execute.h
+++ b/lib/odp-execute.h
@@ -28,7 +28,7 @@ struct ofpbuf;
struct pkt_metadata;
typedef void (*odp_execute_cb)(void *dp, struct ofpbuf *packet,
- const struct pkt_metadata *,
+ struct pkt_metadata *,
const struct nlattr *action, bool may_steal);
/* Actions that need to be executed in the context of a datapath are handed