Description
Currently, the list of loaded plugins is kept with the remap "table". This causes remap plugins to be reloaded on reconfig reload. This is undesirable for several reasons, in particular a plugin that implements both a remap API plugin, and normal "SDK" hooks can fail miserably (since SDK hooks are never reloaded).
Until we support reloading all types of plugins dynamically, we should make the remap plugins behave like all other plugins (i.e. only dlopen'ed once).