Rename FILTER_OBJECT to MXS_FILTER_OBJECT

Other clarifications to follow.
This commit is contained in:
Johan Wikman
2017-01-13 10:02:25 +02:00
parent 6248d2bb9f
commit e7b951c434
16 changed files with 20 additions and 20 deletions

View File

@ -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 = { ... };