]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
EREJECT (defined in errno.h)
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 13 Jun 2007 15:20:26 +0000 (15:20 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 13 Jun 2007 15:20:26 +0000 (15:20 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@462 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_fosa_opaque.h

index e80b09c8bf300e60559e7f6257161cefd648f4b6..513118a5ff838129f0e5630ec7e4999e5e4380d7 100644 (file)
@@ -12,7 +12,7 @@
 //    Visual Tools S.A.                      SPAIN
 //    Rapita Systems Ltd                     UK
 //    Evidence                               ITALY
-//    
+//
 //    See http://www.frescor.org for a link to partners' websites
 //
 //           FRESCOR project (FP6/2005/IST/5-034026) is funded
@@ -22,7 +22,7 @@
 //
 //
 //  based on previous work (FSF) done in the FIRST project
-//                       
+//
 //   Copyright (C) 2005  Mälardalen University, SWEDEN
 //                       Scuola Superiore S.Anna, ITALY
 //                       Universidad de Cantabria, SPAIN
@@ -64,7 +64,7 @@
 //  **////  /**///**  ////////** /**//////**    **////  /**    ** ////////** /**//////**
 //  **      /**  //**        /** /**     /**    **      /**    **        /** /**     /**
 //  **      /**   //** ********  /**     /**    **      /**    **  ********  /**     /**
-//  //       //     // ////////   //      //    //       /******/  ////////   //      // 
+//  //       //     // ////////   //      //    //       /******/  ////////   //      //
 //
 // FRSH(FRescor ScHeduler), pronounced "fresh" FOSA(Frescor Oper System Adaptation layer)
 //========================================================================================
 
 #define FOSA_SIGNAL_T_OPAQUE      int
 
-#define FRSH_SIGNAL_INFO_T_OPAQUE union sigval 
+#define FRSH_SIGNAL_INFO_T_OPAQUE union sigval
 
 #define FOSA_MUTEX_T_OPAQUE pthread_mutex_t
 
 #define FOSA_EAGAIN   EAGAIN
 
 /** FOSA ADS errors **/
-// defined the errors with correct numbers (check with Miguel)
-#define FOSA_EREJECT   -1
+#define FOSA_EREJECT   EREJECT
 #define FOSA_EMASKED   -2
 #define FOSA_EPOLICY   -3