]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Fixing a bug in fosa_clock_get_time().
authortelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 9 Apr 2007 17:51:02 +0000 (17:51 +0000)
committertelleriam <telleriam@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 9 Apr 2007 17:51:02 +0000 (17:51 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@379 35b4ef3e-fd22-0410-ab77-dab3279adceb

include/fosa_clocks_and_timers.h

index fd7179805ca76022c05ba9392d666a35fd0641ca..06f3b4358f13111d49fc960dfaaf5107f1dfea70 100644 (file)
@@ -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);
 
 
 /**