[Xorp-cvs] XORP cvs commit: xorp/libcomm

Bruce Simpson bms@icir.org
Wed, 6 Jul 2005 13:23:37 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-07-06 13:23:36 UTC

XORP CVS repository


Modified files:
	libcomm       comm_api.h comm_sock.c 

Log message:
	Diff minimization with XORP/Win32.
	 1. Import the comm_sock_pair() function. This is an implementation
	    of socketpair() which is missing on Win32; on systems which have
	    socketpair(), it simply wraps the system call.
	 2. Fix bugs in comm_sock_set_blocking() for Win32.
	 3. No functional changes for non-Windows systems.

Revision  Changes                                Path
1.19      +23 -1;  commitid: fa1d42cbdb387ea6;   xorp/libcomm/comm_api.h
1.23      +143 -3;  commitid: fa1d42cbdb387ea6;  xorp/libcomm/comm_sock.c