Track TID processes and add TID req counts for success/error/pending
[trust_router.git] / mon / mons.c
index 4d638d6..82495ee 100644 (file)
@@ -238,7 +238,7 @@ int mons_accept(MONS_INSTANCE *mons, int listen)
   }
 
   /* clean up any processes that have completed */
-  while (waitpid(-1, 0, WNOHANG) > 0);
+  //while (waitpid(-1, 0, WNOHANG) > 0); TODO: only clean up our own pids
 
   return 0;
 }