]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
AQuoSA: Move all the (wrong!) FOSA_SYSTEM_CLOCK to the (right) FOSA_CLOCK_REALTIME
authorfaggioli <faggioli@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sun, 7 Oct 2007 10:15:26 +0000 (10:15 +0000)
committerfaggioli <faggioli@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sun, 7 Oct 2007 10:15:26 +0000 (10:15 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@758 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_aquosa/fosa_clocks_and_timers.c

index 9de5c7219573de5d4199cb99021839e466fb4bb5..14063c8a0dddd50d9bcf2f6804d3e67b06ec7136 100644 (file)
@@ -75,7 +75,7 @@ int fosa_thread_get_cputime_clock(frsh_thread_id_t tid,
 {
        if (tid.linux_pid == tid.linux_tid) {
                /* we're in a standard UNIX process */
-               *clockid = FOSA_SYSTEM_CLOCK;
+               *clockid = FOSA_CLOCK_REALTIME;
 
                return 0;
        } else