From 843511cd4fe4e24e4052cedf86b1754935b9b384 Mon Sep 17 00:00:00 2001 From: telleriam Date: Mon, 9 Apr 2007 17:51:02 +0000 Subject: [PATCH] Fixing a bug in fosa_clock_get_time(). git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@379 35b4ef3e-fd22-0410-ab77-dab3279adceb --- include/fosa_clocks_and_timers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fosa_clocks_and_timers.h b/include/fosa_clocks_and_timers.h index fd71798..06f3b43 100644 --- a/include/fosa_clocks_and_timers.h +++ b/include/fosa_clocks_and_timers.h @@ -95,7 +95,7 @@ * notify it to the system console and then terminate the FRSH * implementation and dependant applications **/ -int fosa_clock_get_time(fosa_clock_id_t clockid, struct timespec current_time); +int fosa_clock_get_time(fosa_clock_id_t clockid, struct timespec *current_time); /** -- 2.39.2