[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/fea/data_plane/io xorp/libcomm xorp/libxorp

Pavlin Radoslavov pavlin at icir.org
Mon Aug 20 15:57:58 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-08-20 22:57:58 UTC

XORP CVS repository


Modified files:
	bgp           socket.cc 
	fea/data_plane/io io_tcpudp_socket.cc 
	libcomm       comm_api.h comm_sock.c test_connect.cc 
	libxorp       asyncio.cc 

Log message:
	Change the API for function comm_sock_is_connected(), because
	previously the return value was overloaded.
	Now the return value is XORP_OK/XORP_ERROR to indicate whether
	the check succeeded/failed, while the connected/not connected
	flag value is returned in "int" pointer.

Revision  Changes                                 Path
1.54      +8 -2;  commitid: 13e1146ca1be37ea6;    xorp/bgp/socket.cc
1.14      +9 -2;  commitid: 13e1146ca1be37ea6;    xorp/fea/data_plane/io/io_tcpudp_socket.cc
1.29      +5 -4;  commitid: 13e1146ca1be37ea6;    xorp/libcomm/comm_api.h
1.42      +19 -4;  commitid: 13e1146ca1be37ea6;   xorp/libcomm/comm_sock.c
1.6       +8 -5;  commitid: 13e1146ca1be37ea6;    xorp/libcomm/test_connect.cc
1.38      +32 -10;  commitid: 13e1146ca1be37ea6;  xorp/libxorp/asyncio.cc



More information about the Xorp-cvs mailing list