summaryrefslogtreecommitdiff
path: root/lib/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundle.h')
-rw-r--r--lib/bundle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundle.h b/lib/bundle.h
index 5b6bb6744..2619aebad 100644
--- a/lib/bundle.h
+++ b/lib/bundle.h
@@ -27,6 +27,7 @@
struct ds;
struct flow;
+struct flow_wildcards;
struct ofpact_bundle;
struct ofpbuf;
@@ -35,6 +36,7 @@ struct ofpbuf;
* See include/openflow/nicira-ext.h for NXAST_BUNDLE specification. */
uint16_t bundle_execute(const struct ofpact_bundle *, const struct flow *,
+ struct flow_wildcards *wc,
bool (*slave_enabled)(uint16_t ofp_port, void *aux),
void *aux);
enum ofperr bundle_from_openflow(const struct nx_action_bundle *,