[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ff/java'
Florian Forster
octo at verplant.org
Sun Feb 22 12:18:48 CET 2009
bindings/java/org/collectd/api/CollectdAPI.java | 23 +++-
bindings/java/org/collectd/api/DataSet.java | 5 +
bindings/java/org/collectd/api/OConfigItem.java | 5 +
bindings/java/org/collectd/api/OConfigValue.java | 5 +
bindings/java/org/collectd/api/ValueList.java | 33 +++--
src/java.c | 174 ++++++++++++++--------
src/plugin.c | 51 +++++--
7 files changed, 207 insertions(+), 89 deletions(-)
New commits:
commit 1fce03592b00122685a768d499ee0f0ff350ba4c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Feb 22 12:18:41 2009 +0100
java plugin: Implement plugin registration via `RegisterRead'.
commit 0c81bb3843c6209d8bc21abbacbeab9e3da15189
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Feb 22 12:16:45 2009 +0100
src/plugin.c: Remove all read functions before calling the shutdown functions.
This way the user_data may be cleaned up before the final cleanup
phase..
commit c017cac05edd6a136e2b7b922576d74761fa85e0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Feb 22 11:29:12 2009 +0100
java plugin: Change the API to use the `DataSet' class.
More information about the collectd-changes
mailing list