Fix this (a pointer was compared with an integer):
[collectd.git] / 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