aboutsummaryrefslogtreecommitdiff
path: root/lib/vconn.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-11-23 13:05:59 -0800
committerBen Pfaff <blp@nicira.com>2010-12-02 14:57:04 -0800
commit33af7dcad396cb9bfc7d09622d47be853bf662dd (patch)
treebfd0b73e3b7b3cddee5ab8d2271a3518dd836210 /lib/vconn.h
parent3df3373283d794c03e1cd18585089d9f658ebd8c (diff)
vconn: New function vconn_transact_noreply().
Diffstat (limited to 'lib/vconn.h')
-rw-r--r--lib/vconn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vconn.h b/lib/vconn.h
index e3412052..79666be3 100644
--- a/lib/vconn.h
+++ b/lib/vconn.h
@@ -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 *);