]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
updated defines for Virtual Time
authorianb <ianb@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 5 Jul 2007 17:22:07 +0000 (17:22 +0000)
committerianb <ianb@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 5 Jul 2007 17:22:07 +0000 (17:22 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@515 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_fosa_opaque.h

index 50891d567160e92a697caaab62e15ea403db0c58..74a63df3893fdf195e4615fbb56ef9631f91474f 100644 (file)
@@ -190,6 +190,12 @@ typedef pthread_mutex_t FOSA_MUTEX_T_OPAQUE;
 /** Cond var timedout **/
 #define FOSA_ETIMEDOUT -7
 
+/** Sched policy not correct */
+#define FOSA_EPOLICY   -8
+
+/** the value given by thread_id is not valid for ADS */
+#define FOSA_ESRCH             -9
+
 #endif /* VIRTUAL_TIME */
 //////////////////////////End of VIRTUAL TIME ///////////////////////////////////