]> git.itanic.dy.fi Git - rrdd/commit
parser: Try loading a parser from a plugin in case no parser is found
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Mon, 19 Nov 2012 19:59:00 +0000 (21:59 +0200)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Mon, 19 Nov 2012 20:10:12 +0000 (22:10 +0200)
commitb51e07a7ad62099fa578cbfb738b1e308fb3a7ce
treead4064dd7e6f4ba428a9307b6c43aa019a85314e
parent456a3d1a2eb5fa3e0aa2e1d3c3ea69ed4854256e
parser: Try loading a parser from a plugin in case no parser is found

When a parser is queried and one is not found within the ones that we
have already registered, try loading a plugin with that name. If
parser plugins are available, the parser might be available after the
plugin has been loaded.

The project is now fully compatible with having parsers as plugins.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Makefile
parser.c