[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Oct 26 09:58:42 CET 2009
src/cpu.c | 19 ++++++++++++++++---
src/processes.c | 6 ++++++
2 files changed, 22 insertions(+), 3 deletions(-)
New commits:
commit 9fbaea758b3821d305a89782b8f260cc787e21ab
Author: Doug MacEachern <dougm at hyperic.com>
Date: Thu Oct 22 15:52:22 2009 -0700
kern.cp_times needs array of length kern.smp.maxcpus
commit d6590a386a2a4dcdc536a153a7bed5f13783b24d
Author: Doug MacEachern <dougm at hyperic.com>
Date: Thu Oct 22 15:50:57 2009 -0700
surpress gcc warnings on FreeBSD
cc1: warnings being treated as errors
processes.c: In function 'ps_read':
processes.c:343: warning: 'pse.io_rchar' is used uninitialized in this function
processes.c:1436: note: 'pse.io_rchar' was declared here
processes.c:344: warning: 'pse.io_wchar' is used uninitialized in this function
processes.c:1436: note: 'pse.io_wchar' was declared here
processes.c:345: warning: 'pse.io_syscr' is used uninitialized in this function
processes.c:1436: note: 'pse.io_syscr' was declared here
processes.c:346: warning: 'pse.io_syscw' is used uninitialized in this function
processes.c:1436: note: 'pse.io_syscw' was declared here
More information about the collectd-changes
mailing list