Fix filter template documentation

Filter options are no longer used.
This commit is contained in:
Markus Mäkelä
2019-01-11 18:09:31 +02:00
parent f38ee85d5b
commit fb2a44f62d

View File

@ -446,7 +446,7 @@ protected:
* { * {
* public: * public:
* // This creates a new filter instance * // This creates a new filter instance
* static MyFilter* create(const char* zName, char** pzOptions, MXS_CONFIG_PARAMETER* ppParams); * static MyFilter* create(const char* zName, MXS_CONFIG_PARAMETER* ppParams);
* *
* // This creates a new session for a filter instance * // This creates a new session for a filter instance
* MyFilterSession* newSession(MXS_SESSION* pSession); * MyFilterSession* newSession(MXS_SESSION* pSession);