838beb3a41dc0071a332a859ab4d2214e9a65ff1
[collectd.git] / bindings / erlang / collectd.hrl
1 -record(value_list, {host="localhost", plugin, plugin_instance, type, type_instance, ctime, interval=10, values}).
2 -record(data_source, {ds_name, type, min, max}).
3 -record(data_set, {type, sources}).