From: telleriam Date: Fri, 7 Nov 2008 11:23:41 +0000 (+0000) Subject: Removing empty lines X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/156f0260024d7f747f5120b08d26e62f38bdfe02 Removing empty lines git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1392 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/include/fosa_group_clocks.h b/include/fosa_group_clocks.h index 5b032f3..1c38222 100644 --- a/include/fosa_group_clocks.h +++ b/include/fosa_group_clocks.h @@ -166,13 +166,12 @@ int fosa_thread_set_add(fosa_thread_set_id_t set, * notify it to the system console and then terminate the FRSH * implementation and dependant applications **/ - int fosa_thread_set_del(fosa_thread_set_id_t set, fosa_thread_id_t thread_id); /** - * fosa_get_setcpu_clock() + * fosa_get_groupcpu_clock() * * Get the identifier of a cpu-time clock associated to a thread * set @@ -189,7 +188,6 @@ int fosa_thread_set_del(fosa_thread_set_id_t set, * notify it to the system console and then terminate the FRSH * implementation and dependant applications **/ - int fosa_get_groupcpu_clock(const fosa_thread_set_id_t set, fosa_clock_id_t *clock_id);