Give parameters as CONFIG_PARAMETER for FILTER::createInstance
The filters should use the same configuration parameters as other modules use. This allows them to use the common configuration management functions to get values from it.
This commit is contained in:
@ -203,7 +203,7 @@ template<class FilterType, class FilterSessionType>
|
||||
class Filter
|
||||
{
|
||||
public:
|
||||
static FILTER* createInstance(const char* zName, char** pzOptions, FILTER_PARAMETER** ppParams)
|
||||
static FILTER* createInstance(const char* zName, char** pzOptions, CONFIG_PARAMETER* ppParams)
|
||||
{
|
||||
FilterType* pFilter = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user