• Max Kellermann's avatar
    output_plugin: added methods enable() and disable() · e53ca368
    Max Kellermann authored
    With these methods, an output plugin can allocate some global
    resources only if it is actually enabled.  The method enable() is
    called after daemonization, which allows for more sophisticated
    resource allocation during that method.
    e53ca368
output_internal.h 4.46 KB