[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Tue Nov 20 09:30:58 CET 2007
    
    
  
 src/perl.c |  106 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 90 insertions(+), 16 deletions(-)
New commits:
commit 32f2cf21cec6246e0f76d07790c95159700e451f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Nov 20 00:30:11 2007 +0100
    perl plugin: Improved some error messages.
commit ea476dd47a893d23b204ba0ef10f6c24bf33a8cb
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Nov 20 00:20:25 2007 +0100
    perl plugin: Shut down an ithread if the embedding pthread terminates.
    
    Each ithread object is registered as thread specific data along with a
    destructor function. If the embedding pthread terminates the destructor is
    called which takes care of cleanly shutting down the appropriate Perl
    interpreter and freeing any related resources.
commit 368a2bc5559829b5f4325301364790efeb9de236
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Nov 18 20:37:36 2007 +0100
    perl plugin: Fixed error in ithread shutdown loop.
    
    Using the sfree() macro, the loop variable was accidentally set to NULL at the
    end of the loop, causing the loop to terminate after the first iteration.
    
    
More information about the collectd-changes
mailing list