ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-wait.h
Go to the documentation of this file.
1 #ifndef SIMU_WAIT_H
2 #define SIMU_WAIT_H
3 #include <sys/types.h>
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 pid_t dce_wait (void *status);
10 pid_t dce_waitpid (pid_t pid, int *status, int options);
11 
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 
18 #endif /* SIMU_WAIT_H */