From 7d7ded7af727e287def386537ca3998b30573d85 Mon Sep 17 00:00:00 2001 From: Darrell Ball Date: Wed, 16 May 2018 19:24:46 -0700 Subject: odp-execute: Rename 'may_steal' to 'should_steal'. Signed-off-by: Darrell Ball Signed-off-by: Ben Pfaff --- lib/odp-execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/odp-execute.h') diff --git a/lib/odp-execute.h b/lib/odp-execute.h index 7223fe82e..a3578a575 100644 --- a/lib/odp-execute.h +++ b/lib/odp-execute.h @@ -29,7 +29,7 @@ struct pkt_metadata; struct dp_packet_batch; typedef void (*odp_execute_cb)(void *dp, struct dp_packet_batch *batch, - const struct nlattr *action, bool may_steal); + const struct nlattr *action, bool should_steal); /* Actions that need to be executed in the context of a datapath are handed * to 'dp_execute_action', if non-NULL. Currently this is called only for -- cgit v1.2.1