]> git.itanic.dy.fi Git - rrdd/commit
plugins: Add version checking
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 20 Nov 2012 19:16:01 +0000 (21:16 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 20 Nov 2012 20:07:08 +0000 (22:07 +0200)
commit26273e386d4a09cc5f00cc1442e15f71ca82525c
tree088a6448faf76644b650db4b7e2de7eecffb2590
parent1b230d059b14362e69537868196f778088b5bd15
plugins: Add version checking

Ensure that plugin is always built from the same version as the main
rrdd executable. If the version numbers don't match, don't load the
plugin.

This will ensure there are no strange bugs that appear when plugin
code is not built against the same source as the main executable.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
.gitignore
onewire_parser.c
plugin.h
plugin_manager.c