X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=71de6ffdb57c6fb1b260e0f056222452cc223f0c;hb=4464589ee774fe4e12777e757469817744f74a93;hp=f7f2ec656894e2f8365af9b75f2a8acbcda9e56a;hpb=6da1e8091eb2e19de7ba5e0c73ac3e7dd437743d;p=sliver-openvswitch.git diff --git a/ofproto/in-band.h b/ofproto/in-band.h index f7f2ec656..71de6ffdb 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,6 +20,7 @@ #include #include #include +#include struct flow; struct in_band; @@ -40,7 +41,7 @@ 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(const struct flow *, +bool in_band_rule_check(const struct flow *, uint32_t local_odp_port, const struct nlattr *odp_actions, size_t actions_len); #endif /* in-band.h */