Rename FILTER_OBJECT to MXS_FILTER_OBJECT
Other clarifications to follow.
This commit is contained in:
@ -184,7 +184,7 @@ typedef struct mxs_module
|
||||
* MXS_MODULE* MXS_CREATE_MODULE()
|
||||
* {
|
||||
* // Module specific API implementation
|
||||
* static FILTER_OBJECT my_object = { ... };
|
||||
* static MXS_FILTER_OBJECT my_object = { ... };
|
||||
*
|
||||
* // An implementation of the MXS_MODULE structure
|
||||
* static MXS_MODULE info = { ... };
|
||||
|
Reference in New Issue
Block a user