summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.h
diff options
context:
space:
mode:
authorJoe Stringer <joestringer@nicira.com>2014-06-25 14:02:45 +0000
committerJoe Stringer <joestringer@nicira.com>2014-06-30 12:23:36 +1200
commit27f57736bf65cc3c6f974cd173a8404496d79902 (patch)
treeacc0596d8b5e2e9fd563cb2eb19fe4b8e726704b /ofproto/ofproto-dpif-upcall.h
parentc450371ec02341fe9ac0534e3727b7532235ccc3 (diff)
downloadopenvswitch-27f57736bf65cc3c6f974cd173a8404496d79902.tar.gz
udpif: Add command to wait for revalidation.
This allows us to remove some of the sleeps from the testsuite. Signed-off-by: Joe Stringer <joestringer@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/ofproto-dpif-upcall.h')
-rw-r--r--ofproto/ofproto-dpif-upcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/ofproto-dpif-upcall.h b/ofproto/ofproto-dpif-upcall.h
index 6846f879c..8c4b655c7 100644
--- a/ofproto/ofproto-dpif-upcall.h
+++ b/ofproto/ofproto-dpif-upcall.h
@@ -27,6 +27,7 @@ struct simap;
* table. */
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 *);