X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fvconn-stream.h;h=fd3d8bd46dca3f70a0ceaf85d94907b96fb802de;hb=411baaacb8672cd9b231328b77a5f1c8a11aad9c;hp=efebdd848fb81b3c6f2df3aac8e9bbf17a1e7b91;hpb=193456d581423f894e57e8463ff5049c0d802f0a;p=openvswitch diff --git a/lib/vconn-stream.h b/lib/vconn-stream.h index efebdd84..fd3d8bd4 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. @@ -25,11 +25,7 @@ struct vconn; struct pvconn; struct sockaddr; -typedef void connect_success_cb_func(struct vconn *, int); - int new_stream_vconn(const char *name, int fd, int connect_status, - uint32_t remote_ip, uint16_t remote_port, - bool reconnectable, connect_success_cb_func *, struct vconn **vconnp); int new_pstream_pvconn(const char *name, int fd, int (*accept_cb)(int fd, const struct sockaddr *,