Re: [API proposal] Adding a third optional argument to TSMgmtUpdateRegister

2023-10-22 Thread Shu Kit Chan
+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

[API proposal] Adding a third optional argument to TSMgmtUpdateRegister

2023-10-22 Thread Leif Hedstrom
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