Clean up router.h

Nothing moved to core, just rename and cleanup.
This commit is contained in:
Esa Korhonen
2017-01-26 15:36:51 +02:00
parent 74225daf46
commit 8b83bf834e
18 changed files with 229 additions and 232 deletions

View File

@ -59,7 +59,7 @@ MXS_BEGIN_DECLS
struct server;
struct router;
struct router_object;
struct mxs_router_object;
struct users;
/**
@ -145,7 +145,7 @@ typedef struct service
* that this service will listen on */
char *routerModule; /**< Name of router module to use */
char **routerOptions; /**< Router specific option strings */
struct router_object *router; /**< The router we are using */
struct mxs_router_object *router; /**< The router we are using */
void *router_instance; /**< The router instance for this service */
char *version_string; /**< version string for this service listeners */
SERVER_REF *dbref; /**< server references */