TSPluginDSOReloadEnable - control whether this plugin will take part in the remap dynamic reload process
Contents
Copyright
2025, dev@trafficserver.apache.org
9.2 May 22, 2025 TSPLUGINDSORELOADENABLE(3ts)
Description
This function provides the ability to enable/disable programmatically the plugin dynamic reloading when
the same Dynamic Shared Object (DSO) is also used as a remap plugin. This overrides
proxy.config.plugin.dynamic_reload_mode.
WARNING:
This function should be called from within TSPluginInit()ThefunctionwillreturnTS_ERRORinanyofthefollowingcases:
• The function was not called from within TSPluginInit()
• TS is unable to get the canonical path from the plugin's path.
Name
TSPluginDSOReloadEnable - control whether this plugin will take part in the remap dynamic reload process
(remap.config)
See Also
TSAPI(3ts)Synopsis
#include <ts/ts.h>
TSReturnCodeTSPluginDSOReloadEnable(intenabled)