X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-provider.h;h=ae025f7cbf23d532ecdfbc06aad127089ee751a1;hb=c338e47fbef2ce1354acbd9f521196dea3fe93f5;hp=0b25dee8d58c00d39fc07939559b30bc19c0b615;hpb=193456d581423f894e57e8463ff5049c0d802f0a;p=openvswitch diff --git a/lib/vconn-provider.h b/lib/vconn-provider.h index 0b25dee8..ae025f7c 100644 --- a/lib/vconn-provider.h +++ b/lib/vconn-provider.h @@ -43,8 +43,9 @@ struct vconn { }; void vconn_init(struct vconn *, struct vconn_class *, int connect_status, - uint32_t remote_ip, uint16_t remote_port, const char *name, bool reconnectable); +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); void vconn_set_local_port(struct vconn *, uint16_t local_port); static inline void vconn_assert_class(const struct vconn *vconn,