OOStuBS - Technische Informatik II (TI-II)  2.4
scheduler.h
gehe zur Dokumentation dieser Datei
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
2  * Technische Informatik II *
3  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4  * *
5  * S C H E D U L E R - O B J E C T *
6  * *
7 \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
8 
9 #ifndef __scheduler_object_header
10 #define __scheduler_object_header
11 
12 #include "thread/organizer.h"
13 
14 extern Organizer scheduler;
15 
16 #endif