]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
clock monotonic!!
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 18 Jul 2007 14:43:16 +0000 (14:43 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 18 Jul 2007 14:43:16 +0000 (14:43 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@557 35b4ef3e-fd22-0410-ab77-dab3279adceb

include/fosa_opaque_types.h

index cf7bab8d82c300cb3682962630cb854f84b1d062..e44b8ce2e8314ae43ee276969f53d55f7577d659 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
@@ -53,7 +53,7 @@
 //  **////  /**    ** ////////** /**//////**
 //  **      /**    **        /** /**     /**
 //  **      /**    **  ********  /**     /**
-//  //       /******/  ////////   //      // 
+//  //       /******/  ////////   //      //
 //
 // FOSA(Frescor Operating System Adaptation layer)
 //================================================
@@ -79,7 +79,7 @@
 #endif
 
 #define    FOSA_CLOCK_ID_T_OPAQUE    clockid_t
-#define    FOSA_SYSTEM_CLOCK_OPAQUE  CLOCK_REALTIME
+#define    FOSA_SYSTEM_CLOCK_OPAQUE  CLOCK_MONOTONIC
 
 #define    FOSA_TIMER_ID_T_OPAQUE    timer_t