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

Pavlin Radoslavov pavlin@icir.org
Wed, 18 Jan 2006 01:25:18 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-01-18 01:25:18 UTC

XORP CVS repository


Modified files:
	libxorp       popen.cc popen.hh 

Log message:
	* Add a new function popen2_mark_as_closed() that can be used
	  to store the wait_status state of a process that was
	  wait4()-ed before pclose2() was called.
	
	* Modify pclose2() to return the previously stored wait_status
	  for a process (if pclose2_mark_as_closed() was called).
	
	* Minor cleanup.
	
	Submitted by:   Marat Nepomnyashy

Revision  Changes                                Path
1.17      +58 -19;  commitid: a11f43cd98107ea6;  xorp/libxorp/popen.cc
1.6       +2 -1;  commitid: a11f43cd98107ea6;    xorp/libxorp/popen.hh