[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/python'
Florian Forster
octo at verplant.org
Mon Nov 23 22:28:35 CET 2009
src/cpython.h | 10 ++-
src/plugin.h | 1 -
src/pyconfig.c | 33 +++++-
src/python.c | 94 +++++++++++++++++-
src/pyvalues.c | 304 +++++++++++++++++++++++++++++++++++++++++---------------
5 files changed, 353 insertions(+), 89 deletions(-)
New commits:
commit 7fe44188701a53ab370ada0f33d93c692d0a91cb
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon Nov 23 01:21:43 2009 +0100
Split the Values class into PluginData and Values to use PluginData as a baseclass for Notification later.
Also wrote some documentation.
commit 78bbc2c9953623af284276b9119594cd991cbe14
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Sat Nov 21 02:56:34 2009 +0100
Added proper doc strings to the Config class.
commit 0a7107bef48f170b2b6ef192e86c0afa98dbb47b
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon Nov 16 01:57:20 2009 +0100
Added unregister functions for all callbacks.
Also removed useless plugin_unregister_complex_read declaration.
More information about the collectd-changes
mailing list