X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=972acaa8fd552aaa5305de094ce8214081ba6f2e;hb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;hp=23a30cedb5edb4c4440e118b3a6938309db24b78;hpb=7f8ca6459c37ede8faf13f730bcd4d9f05dfd13b;p=sliver-openvswitch.git diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 23a30cedb..972acaa8f 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -21,7 +21,6 @@ struct dpif; struct in_band; -struct odp_actions; struct ofproto; struct rconn; struct settings; @@ -41,7 +40,8 @@ void in_band_wait(struct in_band *); bool in_band_msg_in_hook(struct in_band *, const struct flow *, const struct ofpbuf *packet); bool in_band_rule_check(struct in_band *, const struct flow *, - const struct odp_actions *); + const struct nlattr *odp_actions, + unsigned int actions_len); void in_band_flushed(struct in_band *); #endif /* in-band.h */