]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - frsh_aquosa/core.c
Splitted frsh_servicethe.c
[frescor/fwp.git] / frsh_aquosa / core.c
index 08356ac5e884c98bab58b8ec33af951d04645a64..c1cfe116a8f0503166f1a135cec2a75c4a5e79a5 100644 (file)
@@ -129,12 +129,6 @@ int frsh_initialized = 0;          /* framework initialization flag */
 pid_t frsh_service_th_pid;             /* service thread pid cache */
 //#endif
 
-
-/*********************************************************/
-/* U T I L I T Y   F U N C T I O N   A N D   M A C R O S */
-/*********************************************************/
-
-
 /****************************************/
 /*     CORE API IMPLEMENTATION         */
 /****************************************/
@@ -165,8 +159,8 @@ pid_t frsh_service_th_pid;          /* service thread pid cache */
  */
 
 /* forward declarations, see below ... */
-static void frsh_scheduler_signal_handler(int signum, siginfo_t *siginfo, void *cntx);
-
+static void frsh_scheduler_signal_handler(int signum, siginfo_t *siginfo, 
+                                               void *cntx);
 static void frsh_qres_cleanup_wrapper();
 
 int frsh_aquosa_init()