X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fopenvswitch%2Fvconn.h;h=f8b66553c3e6026c9f956cba84ad0f551cefca96;hb=db5076eee46e5ad4d67dc02b902c9b4aaeb190a4;hp=3b157e1b0545316854de95860aa5b7bd95f6a728;hpb=4fcb208348e1f6fdc62cc0bcfdcf5b6570ae3f1a;p=cascardo%2Fovs.git diff --git a/include/openvswitch/vconn.h b/include/openvswitch/vconn.h index 3b157e1b0..f8b66553c 100644 --- a/include/openvswitch/vconn.h +++ b/include/openvswitch/vconn.h @@ -55,6 +55,9 @@ int vconn_transact(struct vconn *, struct ofpbuf *, struct ofpbuf **); int vconn_transact_noreply(struct vconn *, struct ofpbuf *, struct ofpbuf **); int vconn_transact_multiple_noreply(struct vconn *, struct ovs_list *requests, struct ofpbuf **replyp); +int vconn_bundle_transact(struct vconn *, struct ovs_list *requests, + uint16_t bundle_flags, + void (*error_reporter)(const struct ofp_header *)); void vconn_run(struct vconn *); void vconn_run_wait(struct vconn *);