X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn-stream.h;h=91904fff5136f5ee5b1c841058bc45bf2e21a3dc;hb=2d2d6d4a71776813f8d2fd1af1051f22b836befc;hp=10e30beda71b90592775c2d0b4655f20ad36c71d;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/lib/vconn-stream.h b/lib/vconn-stream.h index 10e30bed..91904fff 100644 --- a/lib/vconn-stream.h +++ b/lib/vconn-stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Nicira Networks. + * Copyright (c) 2008, 2009 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,10 +26,11 @@ struct pvconn; struct sockaddr; int new_stream_vconn(const char *name, int fd, int connect_status, - uint32_t ip, 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 */