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

Pavlin Radoslavov pavlin at icir.org
Tue Oct 21 17:26:47 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-10-22 00:26:47 UTC

XORP CVS repository


Modified files:
	libxipc       finder_main.cc 
	libxorp       asyncio.cc asyncio.hh eventloop.cc 
	rtrmgr        xorpsh_main.cc 

Log message:
	Remove SIGPIPE handling and use "signal(SIGPIPE, SIG_IGN)" to
	completely ignore SIGPIPE inside the EventLoop constructor.
	
	We don't want to deal with SIGPIPE, because we already handle
	error conditions by using the return error code.
	
	Approved by:    Atanu Ghosh, Paul Zeldin

Revision  Changes                               Path
1.28      +1 -4;  commitid: 7b5d48fe72eb41a7;   xorp/libxipc/finder_main.cc
1.46      +9 -36;  commitid: 7b5d48fe72eb41a7;  xorp/libxorp/asyncio.cc
1.35      +1 -4;  commitid: 7b5d48fe72eb41a7;   xorp/libxorp/asyncio.hh
1.47      +10 -1;  commitid: 7b5d48fe72eb41a7;  xorp/libxorp/eventloop.cc
1.75      +1 -12;  commitid: 7b5d48fe72eb41a7;  xorp/rtrmgr/xorpsh_main.cc



More information about the Xorp-cvs mailing list