ofp-util: Add function to encode OFPT_SET_ASYNC messages.
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.h
index 6846f87..efa3cd1 100644 (file)
@@ -19,6 +19,8 @@
 
 struct dpif;
 struct dpif_backer;
+struct dpif_upcall;
+struct ofpbuf;
 struct seq;
 struct simap;
 
@@ -26,7 +28,9 @@ 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,
                        size_t n_revalidators);
 void udpif_synchronize(struct udpif *);