X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fin-band.h;h=ba3cc3bb93efd9acd6e9e50641efeeb95a165945;hb=d15a5ee594f46a855788652e687aa5d736d530fb;hp=55724669b13a11321d42c6be23728dd192b13407;hpb=7b9bbb8c896777a02b9a3827603c0f5368c8929e;p=sliver-openvswitch.git diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 55724669b..ba3cc3bb9 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -37,7 +37,7 @@ void in_band_set_remotes(struct in_band *, void in_band_run(struct in_band *); void in_band_wait(struct in_band *); -bool in_band_msg_in_hook(struct in_band *, const flow_t *, +bool in_band_msg_in_hook(struct in_band *, const flow_t *, const struct ofpbuf *packet); bool in_band_rule_check(struct in_band *, const flow_t *, const struct xflow_actions *);