document proxy.config.plugin.extensions_dir
-------------------------------------------
Key: TS-617
URL: https://issues.apache.org/jira/browse/TS-617
Project: Traffic Server
Issue Type: Improvement
Components: Configuration
Environment: any
Reporter: Igor Galić
Assignee: Igor Galić
Fix For: 2.1.6
Document {{extensions.config}} -- allows a plugin to expose its symbols as
"globals", thereby allowing it to expose it to others as API
Add an empty default config file, with coments depicting example usage.
Similar to plugin.config, {{extensions.config}} lists one plugin per line, with
an additional boolean flag regarding how to open the .so file.
{noformat}
# Example
someplugin.so true
{noformat}
Would pass {{true}} as {{argv[1]}} to {{someplugin.so}}'s {{plugin_init()}}.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.