Added `ps_submit' to the Mach-read-function. What a stupid mistake..
authorocto <octo>
Sat, 8 Apr 2006 23:40:14 +0000 (23:40 +0000)
committerocto <octo>
Sat, 8 Apr 2006 23:40:14 +0000 (23:40 +0000)
src/processes.c

index 8c8b702..fae1c2d 100644 (file)
@@ -331,6 +331,8 @@ static void ps_read (void)
                                        mach_error_string (status));
                }
        } /* for (pset_list) */
+
+       ps_submit (running, sleeping, zombies, stopped, -1, blocked);
 /* #endif HAVE_THREAD_INFO */
 
 #elif KERNEL_LINUX