move eventfd stuff out to own file
[trinity.git] / include / child.h
blob7565179eacb1246ff88082dd2d4c25215efe523e
1 #pragma once
3 #include <sys/types.h>
4 #include <types.h>
6 extern int this_child;
8 extern unsigned int max_children;
10 void child_process(int childno);
11 bool mkcall(int child);
12 void do_syscall_from_child(void);
14 void init_child(int childno);
16 void reap_child(pid_t childpid);
18 bool child_random_syscalls(int childno);
19 int child_read_all_files(int childno);