macro_rules! collectd_plugin {
($type:ty) => { ... };
}Expand description
Sets up all the ffi entry points that collectd expects when given a PluginManager.
macro_rules! collectd_plugin {
($type:ty) => { ... };
}Sets up all the ffi entry points that collectd expects when given a PluginManager.