X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Frconn.h;h=aa3023836fc55f650efa4fb0d80256639f9801f7;hb=69fc54f47bbc35e81bfe2e38e57f5dcfd9858df4;hp=d10cef7f944ce2f943a3984d4082aef60295a96a;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/lib/rconn.h b/lib/rconn.h index d10cef7f9..aa3023836 100644 --- a/lib/rconn.h +++ b/lib/rconn.h @@ -38,8 +38,10 @@ struct vconn; struct rconn_packet_counter; struct rconn *rconn_create(int inactivity_probe_interval, - int max_backoff, uint8_t dscp); + int max_backoff, uint8_t dscp, + uint32_t allowed_versions); void rconn_set_dscp(struct rconn *rc, uint8_t dscp); +uint32_t rconn_get_allowed_versions(const struct rconn *); uint8_t rconn_get_dscp(const struct rconn *rc); void rconn_set_max_backoff(struct rconn *, int max_backoff); int rconn_get_max_backoff(const struct rconn *);