getCapabilities now get the instance as argument
Allows the capabilities to be different depending on how the filter/router has been configured.
This commit is contained in:
@ -179,7 +179,7 @@ typedef struct mxs_filter_object
|
||||
*
|
||||
* @see routing.h
|
||||
*/
|
||||
uint64_t (*getCapabilities)(void);
|
||||
uint64_t (*getCapabilities)(MXS_FILTER *instance);
|
||||
|
||||
/**
|
||||
* @brief Called for destroying a filter instance
|
||||
|
Reference in New Issue
Block a user