X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-upcall.h;h=efa3cd1900841d75ede6a9ba14eec679f937f84b;hb=d0a46cb4608e632f5028034762f0adde2ce947a0;hp=ec19bd0f02e74337d1a723bea9b245a200ffa0a1;hpb=cc377352d164d4c8a31387d8c8658172d903048d;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-dpif-upcall.h b/ofproto/ofproto-dpif-upcall.h index ec19bd0f0..efa3cd190 100644 --- a/ofproto/ofproto-dpif-upcall.h +++ b/ofproto/ofproto-dpif-upcall.h @@ -28,6 +28,7 @@ struct simap; * them. Additionally, it's responsible for maintaining the datapath flow * table. */ +void udpif_init(void); struct udpif *udpif_create(struct dpif_backer *, struct dpif *); void udpif_run(struct udpif *udpif); void udpif_set_threads(struct udpif *, size_t n_handlers,