]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_clocks_and_timers.h
Fixing a bug in fosa_clock_get_time().
[frescor/fosa.git] / 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);
 
 
 /**