Re: [RFC 4/4] tcg/plugins: Add example pair of QPP plugins

2022-09-26 Thread Andrew S. Fasano
From: Alex Bennée > Andrew Fasano writes: > > > The first plugin, qpp_srv exposes two functions and one callback that other > > plugins can leverage. These functions are described in the corresponding > > header file. > > > > The second plugin, qpp_client, imports this header file, registers

Re: [RFC 4/4] tcg/plugins: Add example pair of QPP plugins

2022-09-26 Thread Andrew S. Fasano
From: Alex Bennée > Andrew Fasano writes: > > > The first plugin, qpp_srv exposes two functions and one callback that other > > plugins can leverage. These functions are described in the corresponding > > header file. > > > > The second plugin, qpp_client, imports this header file, registers

Re: [RFC 4/4] tcg/plugins: Add example pair of QPP plugins

2022-09-21 Thread Alex Bennée
Andrew Fasano writes: > The first plugin, qpp_srv exposes two functions and one callback that other > plugins can leverage. These functions are described in the corresponding > header file. > > The second plugin, qpp_client, imports this header file, registers its > own function to run on a

Re: [RFC 4/4] tcg/plugins: Add example pair of QPP plugins

2022-09-21 Thread Alex Bennée
Andrew Fasano writes: > The first plugin, qpp_srv exposes two functions and one callback that other > plugins can leverage. These functions are described in the corresponding > header file. > > The second plugin, qpp_client, imports this header file, registers its > own function to run on a

[RFC 4/4] tcg/plugins: Add example pair of QPP plugins

2022-09-01 Thread Andrew Fasano
The first plugin, qpp_srv exposes two functions and one callback that other plugins can leverage. These functions are described in the corresponding header file. The second plugin, qpp_client, imports this header file, registers its own function to run on a qpp_srv-provided callback, and directly