vconn: New function vconn_transact_noreply().
[sliver-openvswitch.git] / lib / vconn.h
index e341205..79666be 100644 (file)
@@ -48,6 +48,7 @@ int vconn_recv(struct vconn *, struct ofpbuf **);
 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 **);
+int vconn_transact_noreply(struct vconn *, struct ofpbuf *, struct ofpbuf **);
 
 void vconn_run(struct vconn *);
 void vconn_run_wait(struct vconn *);