Merge "sflow" into "master".
[openvswitch] / lib / vconn-provider.h
index ae025f7cbf23d532ecdfbc06aad127089ee751a1..f245e4c1e853b3cce1a8784f811e82382ce12892 100644 (file)
@@ -39,11 +39,10 @@ struct vconn {
     uint32_t local_ip;
     uint16_t local_port;
     char *name;
-    bool reconnectable;
 };
 
 void vconn_init(struct vconn *, struct vconn_class *, int connect_status,
-                const char *name, bool reconnectable);
+                const char *name);
 void vconn_set_remote_ip(struct vconn *, uint32_t remote_ip);
 void vconn_set_remote_port(struct vconn *, uint16_t remote_port);
 void vconn_set_local_ip(struct vconn *, uint32_t local_ip);