Rename UPSTREAM to MXS_UPSTREAM
And DOWNSTREAM to MXS_DOWNSTREAM
This commit is contained in:
@ -23,10 +23,10 @@ MXS_BEGIN_DECLS
|
||||
void filter_add_option(FILTER_DEF *filter_def, const char *option);
|
||||
void filter_add_parameter(FILTER_DEF *filter_def, const char *name, const char *value);
|
||||
FILTER_DEF *filter_alloc(const char *name, const char *module_name);
|
||||
DOWNSTREAM *filter_apply(FILTER_DEF *filte_def, SESSION *session, DOWNSTREAM *downstream);
|
||||
MXS_DOWNSTREAM *filter_apply(FILTER_DEF *filter_def, SESSION *session, MXS_DOWNSTREAM *downstream);
|
||||
void filter_free(FILTER_DEF *filter_def);
|
||||
bool filter_load(FILTER_DEF *filter_def);
|
||||
int filter_standard_parameter(const char *name);
|
||||
UPSTREAM *filter_upstream(FILTER_DEF *filter_def, void *fsession, UPSTREAM *upstream);
|
||||
MXS_UPSTREAM *filter_upstream(FILTER_DEF *filter_def, void *fsession, MXS_UPSTREAM *upstream);
|
||||
|
||||
MXS_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user