X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-provider.h;h=f245e4c1e853b3cce1a8784f811e82382ce12892;hb=3f355f47f8e7343e909ccfa854454d667baf3c38;hp=ae025f7cbf23d532ecdfbc06aad127089ee751a1;hpb=d7cca8671055c79b1938de9731fb53ae6c32dc87;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);