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

Pavlin Radoslavov pavlin@icir.org
Wed, 31 Aug 2005 22:39:31 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-08-31 22:39:31 UTC

XORP CVS repository


Modified files:
	fea           mfea_mrouter.cc mfea_mrouter.hh mfea_node_cli.cc 
	              mfea_proto_comm.cc xrl_mfea_node.cc 

Log message:
	* Add an XLOG_TRACE()
	* Fix a bug in ProtoComm::close_proto_socket() when passing control
	  of the mrouter socket to somebody else.
	* Replace XORP_INT_CAST() with XORP_UINT_CAST(), and add
	  few more XORP_UINT_CAST()
	* Remove extra declarations of "string error_msg".
	* Fix few kdoc headers and comments, and add few new comments.
	* Minor nits: spaces, etc.

Revision  Changes                                Path
1.37      +9 -4;  commitid: a4f7431629827ea6;    xorp/fea/mfea_mrouter.cc
1.12      +4 -4;  commitid: a4f7431629827ea6;    xorp/fea/mfea_mrouter.hh
1.18      +3 -3;  commitid: a4f7431629827ea6;    xorp/fea/mfea_node_cli.cc
1.34      +21 -22;  commitid: a4f7431629827ea6;  xorp/fea/mfea_proto_comm.cc
1.47      +92 -88;  commitid: a4f7431629827ea6;  xorp/fea/xrl_mfea_node.cc