]> git.itanic.dy.fi Git - rrdd/blobdiff - plugin.h
onewire_parser.c: Fix compiler warnings about string lengths
[rrdd] / plugin.h
index da22b4d09d107b5338aab92e2eca059958b34fb4..44920577791ea64a5e25a33c840879d08b34d0bf 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -4,6 +4,9 @@
 typedef int (plugin_init_fn_t)(void);
 
 struct plugin_info {
+       /* Plugin version, must match with main executable version */
+       const char *version;
+
        /* Name of the plugin, used in debug prints */
        const char *name;