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

Pavlin Radoslavov pavlin@icir.org
Fri, 17 Jun 2005 20:43:31 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-06-17 20:43:31 UTC

XORP CVS repository


Modified files:
	rtrmgr        module_manager.cc 

Log message:
	* Modify the child_handler() SIGCHLD signal handler so it
	  silently ignores signals from child processes that are not in
	  the map with module PIDs.
	
	* Modify the handling of modules so now we can deal with modules
	  even if they are defined with empty execution paths.
	  It could be useful to define a module with an empty execution path if
	  (a) we know that the module is already running, or (b) if we are
	  going to use some alternative mechanism to start a module.
	
	* Minor nits.

Revision  Changes                                Path
1.44      +35 -6;  commitid: 1444242b333ef7ea6;  xorp/rtrmgr/module_manager.cc