Initialize plugin context to global interval before loading a plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 14:42:35 +0000 (16:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Oct 2012 14:42:35 +0000 (16:42 +0200)
commitec36b4bdca9dbe957f39bef619cdc8c48103a86c
tree4cdd91579ea0d400c5ee6de5c2a72b297f721064
parentd8825859c7b31f068899c2d5f8a147ea1ef65750
Initialize plugin context to global interval before loading a plugin.

This ensures that the actual interval for each plugin is available through its
context. It is a preparation for removing 'interval_g' (which has limited use
after introducing per-plugin intervals and, thus, its use is rather error-
prone).
src/configfile.c
src/plugin.c