00001 #ifndef _RTSCNDTASKS_H_ 00002 #define _RTSCNDTASKS_H_ 00003 00004 struct rtsCndTasks 00005 { 00007 int idx_rn; 00009 00010 int node; 00011 int task; 00012 int inrun; 00013 int start_order; 00014 }; 00015 00016 #endif