summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/ofproto-dpif-xlate.h')
-rw-r--r--ofproto/ofproto-dpif-xlate.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ofproto/ofproto-dpif-xlate.h b/ofproto/ofproto-dpif-xlate.h
index 4bdf2d3e8..ffb6018d9 100644
--- a/ofproto/ofproto-dpif-xlate.h
+++ b/ofproto/ofproto-dpif-xlate.h
@@ -28,6 +28,7 @@ struct bfd;
struct bond;
struct dpif;
struct lacp;
+struct dpif_elephant;
struct dpif_ipfix;
struct dpif_sflow;
struct mac_learning;
@@ -142,8 +143,9 @@ void xlate_ofproto_set(struct ofproto_dpif *, const char *name,
struct rule_dpif *no_packet_in_rule,
const struct mac_learning *, struct stp *,
const struct mcast_snooping *,
- const struct mbridge *, const struct dpif_sflow *,
- const struct dpif_ipfix *, const struct netflow *,
+ const struct mbridge *, const struct dpif_elephant *,
+ const struct dpif_sflow *, const struct dpif_ipfix *,
+ const struct netflow *,
enum ofp_config_flags, bool forward_bpdu,
bool has_in_band, bool enable_recirc,
bool variable_length_userdata,