X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-upcall.h;h=efa3cd1900841d75ede6a9ba14eec679f937f84b;hb=c56eba3b7ab04773204881fa48ff86c3753badc6;hp=8c4b655c7dbacb9adc43bcf7bdf4357b9301d66e;hpb=27f57736bf65cc3c6f974cd173a8404496d79902;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-dpif-upcall.h b/ofproto/ofproto-dpif-upcall.h index 8c4b655c7..efa3cd190 100644 --- a/ofproto/ofproto-dpif-upcall.h +++ b/ofproto/ofproto-dpif-upcall.h @@ -19,6 +19,8 @@ struct dpif; struct dpif_backer; +struct dpif_upcall; +struct ofpbuf; struct seq; struct simap; @@ -26,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,