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

Pavlin Radoslavov pavlin@icir.org
Thu, 30 Mar 2006 00:29:13 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-30 00:29:13 UTC

XORP CVS repository


Modified files:
	libxorp       Makefile.am Makefile.in test_asyncio.cc 

Log message:
	Remove any libcomm dependencies, because nothing inside the libxorp
	directory must depend on any other XORP library.
	
	Unfortunately, as a result of this we have to copy few of the
	libcomm functions inside test_asyncio.cc.
	Currently, those functions are preserved almost unmodified
	in case we need to perform any maintainance on them.
	In the future they could be trimmed-down for the particular purpose
	they are used inside test_asyncio.cc.
	
	Bug found by:   Atanu Ghosh

Revision  Changes                                  Path
1.46      +1 -4;  commitid: 141d3442b256a7ea6;     xorp/libxorp/Makefile.am
1.59      +2 -4;  commitid: 141d3442b256a7ea6;     xorp/libxorp/Makefile.in
1.14      +345 -20;  commitid: 141d3442b256a7ea6;  xorp/libxorp/test_asyncio.cc