X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=6e0585ad3c4eeea6e9be0fbf11422e47b662d5e3;hb=c3db81e3eda7168287c421e4e6b3b53086e2238c;hp=ad16dc2cb0b7c2f668b88da5fbfbc33d45a566f1;hpb=ce4a6b761a3cc216837e196ed696f649f9e6e859;p=cascardo%2Fovs.git diff --git a/ofproto/in-band.h b/ofproto/in-band.h index ad16dc2cb..6e0585ad3 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2013 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2013, 2015 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,4 +42,6 @@ void in_band_wait(struct in_band *); bool in_band_must_output_to_local_port(const struct flow *); +int in_band_count_rules(const struct in_band *); + #endif /* in-band.h */