[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'
Florian Forster
octo at verplant.org
Mon Jul 14 17:39:40 CEST 2008
src/ntpd.c | 20 ++++++++++----------
src/vserver.c | 48 +++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 53 insertions(+), 15 deletions(-)
New commits:
commit 33cef6a0c5bdd5c6d453f77e53eeadf1968cad93
Author: Florian Forster <octo at noris.net>
Date: Mon Jul 14 17:35:42 2008 +0200
ntpd plugin: Use the standard types `uint8_t' etc. instead of `u_char' etc.
commit e5182de306d64ba778c39a34f5c34961bd8c01b3
Author: Florian Forster <octo at noris.net>
Date: Mon Jul 14 17:27:36 2008 +0200
vserver plugin: Use `readdir_r' instead of `readdir'.
`readdir' is not thread safe, so use the (more thread safe) `readdir_r'.
Also, don't use the non-standard `d_type' member of the `dirent'
structure - it's not portable.
I'm aware that this plugin is very Linux specific and Linux most likely
will never use another C library than the GNU libc, but using this
member prevents me from compiling with the most restrictive `strict'
settings..
More information about the collectd-changes
mailing list