From: octo Date: Sat, 8 Apr 2006 23:40:14 +0000 (+0000) Subject: Added `ps_submit' to the Mach-read-function. What a stupid mistake.. X-Git-Tag: collectd-3.8.6^2~63 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2b38f9cad58a131a9ece9bf0b27d065e6419a813;p=collectd.git Added `ps_submit' to the Mach-read-function. What a stupid mistake.. --- diff --git a/src/processes.c b/src/processes.c index 8c8b702d..fae1c2d0 100644 --- a/src/processes.c +++ b/src/processes.c @@ -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