X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fvconn.h;h=1426c1d840b3947601971f8867cff1c54d668e4e;hb=b5e80aecc4b10f73196f272598bac0644f196471;hp=e2a35772a364d10b89bec9a11d74323a66b35713;hpb=30012c72af2e0984fb58e386a4e2a5f6e3b6631a;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index e2a35772..1426c1d8 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -49,6 +49,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 **);