summaryrefslogtreecommitdiff
path: root/include/openvswitch/rconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch/rconn.h')
-rw-r--r--include/openvswitch/rconn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openvswitch/rconn.h b/include/openvswitch/rconn.h
index 176c5f641..5dc988af1 100644
--- a/include/openvswitch/rconn.h
+++ b/include/openvswitch/rconn.h
@@ -48,8 +48,8 @@ struct vconn;
struct rconn_packet_counter;
struct rconn *rconn_create(int inactivity_probe_interval,
- int max_backoff, uint8_t dscp,
- uint32_t allowed_versions);
+ 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);