From: telleriam Date: Sat, 1 Dec 2007 22:41:23 +0000 (+0000) Subject: Removing test printfs in fosa_long_jump.c X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/0d2d99a082be0b21cbd9af4e08510504f551a73c Removing test printfs in fosa_long_jump.c git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@917 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/src_marte/fosa_long_jump.c b/src_marte/fosa_long_jump.c index 04ebb66..417c94a 100644 --- a/src_marte/fosa_long_jump.c +++ b/src_marte/fosa_long_jump.c @@ -178,10 +178,8 @@ void * fosa_long_jump_handler (void * arg) { exit(1); } // Restore thread's context - printf("About to restore\n"); // remove info=((fosa_long_jump_context_t*) (siginfo.sival_ptr)); marte_nonlocaljmp_restorecontext(info->tid,&(info->marte_context)); - printf("Restored thread \n"); // remove } } diff --git a/src_marte/fosa_threads_and_signals.c b/src_marte/fosa_threads_and_signals.c index 46784c1..39af09b 100644 --- a/src_marte/fosa_threads_and_signals.c +++ b/src_marte/fosa_threads_and_signals.c @@ -540,7 +540,7 @@ int fosa_set_accepted_signals(frsh_signal_t set[], int size) * notify it to the system console and then terminate the FRSH * implementation and dependant applications **/ - int fosa_signal_queue +int fosa_signal_queue (frsh_signal_t signal, frsh_signal_info_t info, frsh_thread_id_t receiver) { @@ -582,7 +582,7 @@ int fosa_set_accepted_signals(frsh_signal_t set[], int size) * notify it to the system console and then terminate the FRSH * implementation and dependant applications **/ - int fosa_signal_wait +int fosa_signal_wait (frsh_signal_t set[], int size, frsh_signal_t *signal_received, frsh_signal_info_t *info) {