]> xenbits.xensource.com Git - xen.git/commit
of SIGCHLD. The application can tell us whether it wants to own
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 11 May 2012 17:58:56 +0000 (18:58 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 11 May 2012 17:58:56 +0000 (18:58 +0100)
commit1133a72c733788a3a4f37c761a99d57f3540618f
tree750053a99b2c3a8a5e09c5eb814cbd24cc1194a1
parentd2037c4acfb56930ff37f984de8440cc765f1acc
of SIGCHLD.  The application can tell us whether it wants to own
SIGCHLD or not; if it does, it has to tell us about deaths of our
children.

Currently there are no callers in libxl which use these facilities.
All code in libxl which forks needs to be converted and libxl_fork
needse to be be abolished.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_event.c
tools/libxl/libxl_event.h
tools/libxl/libxl_fork.c
tools/libxl/libxl_internal.h