Updated various MaxScale command line and configuration options to allow custom log, module, data, cache and language directories.

This commit is contained in:
Markus Makela
2015-04-24 22:11:49 +03:00
parent 45c3b453ec
commit eec053924c
4 changed files with 185 additions and 81 deletions

View File

@ -65,3 +65,4 @@ int gw_write(DCB *dcb, const void *buf, size_t nbytes);
int gw_getsockerrno(int fd);
int parse_bindconfig(char *, unsigned short, struct sockaddr_in *);
int setipaddress(struct in_addr *, char *);
char* get_moduledir();