plugin: Added plugin_get_interval().
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 14:31:01 +0000 (16:31 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 14:31:01 +0000 (16:31 +0200)
commitd5ba2cb628f0c5c3e5c3eef1c62aacc23f3d8aef
treee78886b0a70324362647cf2f0835b423c9f38d78
parent27ee07347c393c71e5ec1fb705ec6ea0ac8a16a5
plugin: Added plugin_get_interval().

This function returns the current value of the plugin's interval. If no
interval has been set in the plugin context, it will fall back to the global
interval or ten seconds as a last resort.
src/plugin.c
src/plugin.h