erlang plugin: Make dispatching values possible.
[collectd.git] / bindings / erlang / collectd.hrl
diff --git a/bindings/erlang/collectd.hrl b/bindings/erlang/collectd.hrl
new file mode 100644 (file)
index 0000000..838beb3
--- /dev/null
@@ -0,0 +1,3 @@
+-record(value_list, {host="localhost", plugin, plugin_instance, type, type_instance, ctime, interval=10, values}).
+-record(data_source, {ds_name, type, min, max}).
+-record(data_set, {type, sources}).