X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=9bd235ae61005234442d1a9c367c899368fcb3bd;hb=5e4641a147c3e450a56b199b9066f1af75c2f779;hp=0c13744c475790fe9961448d13a2d1c55d71a529;hpb=576e26d7b47f4e53116ef0b5f035d260f426d37b;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 0c13744c..9bd235ae 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -48,6 +48,9 @@ int vconn_send(struct vconn *, struct ofpbuf *); int vconn_recv_xid(struct vconn *, uint32_t xid, struct ofpbuf **); int vconn_transact(struct vconn *, struct ofpbuf *, struct ofpbuf **); +void vconn_run(struct vconn *); +void vconn_run_wait(struct vconn *); + int vconn_open_block(const char *name, int min_version, struct vconn **); int vconn_send_block(struct vconn *, struct ofpbuf *); int vconn_recv_block(struct vconn *, struct ofpbuf **);