remove the ->type field in the child ops
[trinity.git] / include / child.h
blob6131359268c09d1d15c120977b310d3681908f8b
1 #pragma once
3 #include <sys/types.h>
5 extern int this_child;
7 extern unsigned int max_children;
9 void child_process(int childno);
10 long mkcall(int child);
11 void do_syscall_from_child(void);
13 void init_child(int childno);
15 void reap_child(pid_t childpid);
17 void check_parent_pid(void);
19 int child_random_syscalls(int childno);
20 int child_read_all_files(int childno);