Rename FILTER_DEF to MXS_FILTER_DEF

Provide functions that allows the actual definition of MXS_FILTER_DEF
to be made private.
This commit is contained in:
Johan Wikman
2017-01-13 14:30:11 +02:00
parent affec5e388
commit 265e5c0593
14 changed files with 101 additions and 241 deletions

View File

@ -45,7 +45,7 @@ MXS_BEGIN_DECLS
struct dcb;
struct service;
struct filter_def;
struct mxs_filter_def;
struct server;
/**
@ -132,7 +132,7 @@ typedef struct mxs_upstream
*/
typedef struct
{
struct filter_def *filter;
struct mxs_filter_def *filter;
void *instance;
void *session;
} SESSION_FILTER;