MXS-1267: Use filter template in tee

The tee filter now uses the MaxScale filter template.
This commit is contained in:
Markus Mäkelä
2017-06-01 13:36:28 +03:00
parent d59e98e238
commit 53a2139bb9
8 changed files with 307 additions and 311 deletions

View File

@ -183,7 +183,7 @@ protected:
* class MyFilter : public maxscale::Filter<MyFilter, MyFilterSession>
* {
* public:
* static MyFilter* create(const char* zName, char** pzOptions, FILTER_PARAMETER** ppParams);
* static MyFilter* create(const char* zName, char** pzOptions, MXS_CONFIG_PARAMETER* ppParams);
*
* MyFilterSession* newSession(MXS_SESSION* pSession);
*