X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-stream.h;h=91904fff5136f5ee5b1c841058bc45bf2e21a3dc;hb=2d2d6d4a71776813f8d2fd1af1051f22b836befc;hp=0adac9ada2f274ca72a750a9dc4a3bbf8b7064c5;hpb=d7cca8671055c79b1938de9731fb53ae6c32dc87;p=openvswitch diff --git a/lib/vconn-stream.h b/lib/vconn-stream.h index 0adac9ad..91904fff 100644 --- a/lib/vconn-stream.h +++ b/lib/vconn-stream.h @@ -26,10 +26,11 @@ struct pvconn; struct sockaddr; int new_stream_vconn(const char *name, int fd, int connect_status, - bool reconnectable, struct vconn **vconnp); + char *unlink_path, struct vconn **vconnp); int new_pstream_pvconn(const char *name, int fd, int (*accept_cb)(int fd, const struct sockaddr *, size_t sa_len, struct vconn **), + char *unlink_path, struct pvconn **pvconnp); #endif /* vconn-stream.h */