make "config_file" a const in the config struct.

Michael
This commit is contained in:
Michael Adam 2009-09-10 22:16:58 +02:00
parent 735c9cb70f
commit 389f5d1464

View File

@ -48,7 +48,7 @@ struct upstream
struct config_s struct config_s
{ {
char *logf_name; char *logf_name;
char *config_file; const char *config_file;
unsigned int syslog; /* boolean */ unsigned int syslog; /* boolean */
int port; int port;
char *stathost; char *stathost;