]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - src_marte/fosa_app_def_sched.c
Adding support for stdbool in fosa
[frescor/fosa.git] / src_marte / fosa_app_def_sched.c
index fd5da8275cf894fd4e1a9d6c2a64b45b5f8fc60e..439410004d3105d40c3ec2b54a2c9a87419bd8af 100644 (file)
@@ -611,7 +611,6 @@ int fosa_adsactions_add_thread_notification(
   return -1;
 }
 
-
 /**
  * fosa_ads_set_handled_signal_set()
  *
@@ -631,6 +630,8 @@ int fosa_adsactions_add_thread_notification(
  * succeed, it has to be called from a primitive operation of a
  * scheduler.
  *
+ * The size of the array is specified by argument size.
+ *
  * Returns 0 if successful; otherwise it returns an error code:
  *    EPOLICY: The function has not been called from a scheduler 
  *              primitive operation
@@ -640,7 +641,7 @@ int fosa_adsactions_add_thread_notification(
  * notify it to the system console and then terminate the FRSH
  * implementation and dependant applications
  **/
-int fosa_ads_set_handled_signal_set(frsh_signal_t set[])
+int fosa_ads_set_handled_signal_set(frsh_signal_t set[], int size)
 {
   return -1;
 }