1MBKSETAUTOACKCHLD(3) MBK UTILITY FUNCTIONS MBKSETAUTOACKCHLD(3)
2
3
4
6 mbksetautoackchld - Tells Alliance to automatically handle terminaison
7 of child process.
8
10 #include "mut.h"
11 void mbksetautoackchld( pid )
12 int pid;
13
15 pid Process pid to automatically handle.
16
18 mbksetautoackchld provide a centralised way to catch terminated child
19 process. Because some Alliance library can create a child process, and
20 user application can do so, there must be a centralized way to get the
21 exit status of process. If the programmer don't want to know the state
22 of a child process, or if he don't want to know what is the terminaison
23 code of such process, he must tells it to Alliance with this call. The
24 programmer should never modify the handler of SIGCHLD.
25
27 mbksetautoackchld don't return value.
28
30 mbk(1), mbkwaitpid(3).
31
32
33
34
35
36
37ASIM/LIP6 November 20, 2000 MBKSETAUTOACKCHLD(3)