+1
On Sun, Oct 22, 2023 at 5:05 PM Leif Hedstrom wrote:
>
> I’d like to update the existing API for TSMgmtUpdateRegister(), to add a
> third, optional argument:
>
>
> void TSMgmtUpdateRegister(TSCont contp, const char *plugin_name, const char
> *plugin_file_name = nullptr);
>
>
> The old behavi
I’d like to update the existing API for TSMgmtUpdateRegister(), to add a third,
optional argument:
void TSMgmtUpdateRegister(TSCont contp, const char *plugin_name, const char
*plugin_file_name = nullptr);
The old behavior (without providing this plugin_file_name) remains the same.
However, w