Skip to content
  • Rémi Denis-Courmont's avatar
    Add module_start() and module_stop() · d4e41e64
    Rémi Denis-Courmont authored
    This can be used to restart a plugin without going through the whole
    module_need(). This only makes sense if you are sure that the plugin
    will accept the object parameters. In other words, do not change any
    object parameter that could influence the plugin probing decision.
    d4e41e64