From 161641c0775cf70ac28396029710854a1315e58d Mon Sep 17 00:00:00 2001 From: faggioli Date: Sun, 7 Oct 2007 10:15:26 +0000 Subject: [PATCH] AQuoSA: Move all the (wrong!) FOSA_SYSTEM_CLOCK to the (right) FOSA_CLOCK_REALTIME 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_aquosa/fosa_clocks_and_timers.c b/src_aquosa/fosa_clocks_and_timers.c index 9de5c72..14063c8 100644 --- a/src_aquosa/fosa_clocks_and_timers.c +++ b/src_aquosa/fosa_clocks_and_timers.c @@ -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 -- 2.39.2