X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=d90dc8576b79de812ab3e116b27332eeb8a77f42;hb=926ea16ea3b38df0f34cdccdea92aa4933ca9dd4;hp=23a30cedb5edb4c4440e118b3a6938309db24b78;hpb=b1da6250481f6879d0727710eea87d5f61d6a24c;p=openvswitch diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 23a30ced..d90dc857 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, + size_t actions_len); void in_band_flushed(struct in_band *); #endif /* in-band.h */