X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-provider.h;h=f245e4c1e853b3cce1a8784f811e82382ce12892;hb=342045e17750e755558616f7fd826470e9b11a7e;hp=ae025f7cbf23d532ecdfbc06aad127089ee751a1;hpb=3b01baa3970139c3a195017ab1ea3e42761e3db2;p=openvswitch diff --git a/lib/vconn-provider.h b/lib/vconn-provider.h index ae025f7c..f245e4c1 100644 --- a/lib/vconn-provider.h +++ b/lib/vconn-provider.h @@ -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);