X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-upcall.h;h=6846f879cf3db5b8051afc259531bc7ca8692df0;hb=e379e4d167e31d1cd5f7b86fff091a2e09ff6e45;hp=9eeee5b90693afe08a0dee3b1eb7d04cc56f1be8;hpb=3f142f59f2859ef5c2bc124405ab4d683d3f416b;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-upcall.h b/ofproto/ofproto-dpif-upcall.h index 9eeee5b90..6846f879c 100644 --- a/ofproto/ofproto-dpif-upcall.h +++ b/ofproto/ofproto-dpif-upcall.h @@ -34,6 +34,6 @@ void udpif_destroy(struct udpif *); void udpif_revalidate(struct udpif *); void udpif_get_memory_usage(struct udpif *, struct simap *usage); struct seq *udpif_dump_seq(struct udpif *); -void udpif_flush(void); +void udpif_flush(struct udpif *); #endif /* ofproto-dpif-upcall.h */