ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-sched.h
Go to the documentation of this file.
1 #ifndef SIMU_SCHED_H
2 #define SIMU_SCHED_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int dce_sched_yield (void);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif /* SIMU_SCHED_H */