[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Wed Jun 6 23:52:18 CEST 2018


 Makefile.am           |    2 +
 src/daemon/cmd.c      |  271 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/daemon/cmd.h      |   41 ++++++++
 src/daemon/collectd.c |  256 ++--------------------------------------------
 4 files changed, 324 insertions(+), 246 deletions(-)

New commits:
commit 499897f2a640e04e97865f89400885084e6aee82
Author: Sean Campbell <seancampbell04 at gmail.com>
Date:   Wed Jun 6 10:04:53 2018 -0400

    Refactor collectd binary to separate Unix-specific code.
    
    Move OS-specific code from collectd.c into cmd.c.
    This makes it easier to use the non-Linux-specific code when we port to Windows.




More information about the collectd-changes mailing list