X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Floop_counter.h;h=0d1fdf960f1218f02a0e167772ff318bd58e0ffb;hb=47271d0d8d12c5689cd0103dc47b62913a515b36;hp=e08afb1d209340d4cd98da8434b4a7e463fb1345;hpb=7eaa9830512604ea9f18e8efb306b9bd75a8248b;p=openvswitch diff --git a/datapath/loop_counter.h b/datapath/loop_counter.h index e08afb1d..0d1fdf96 100644 --- a/datapath/loop_counter.h +++ b/datapath/loop_counter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nicira Networks. + * Copyright (c) 2010, 2011 Nicira Networks. * Distributed under the terms of the GNU GPL version 2. * * Significant portions of this file may be copied from parts of the Linux @@ -23,6 +23,6 @@ struct loop_counter { struct loop_counter *loop_get_counter(void); void loop_put_counter(void); -void loop_suppress(struct datapath *, struct sw_flow_actions *); +int loop_suppress(struct datapath *, struct sw_flow_actions *); #endif /* loop_counter.h */