diff sources/headers/core.hpp @ 5:0faceb076254

code clean up added PID to the default Core argument bool => true|false
author Vlad Glagolev <enqlave@gmail.com>
date Thu, 24 Jan 2008 21:00:52 +0300
parents 19227b0b7cc1
children 9be05a31b7f9
line wrap: on
line diff
--- a/sources/headers/core.hpp	Thu Jan 24 19:38:34 2008 +0300
+++ b/sources/headers/core.hpp	Thu Jan 24 21:00:52 2008 +0300
@@ -44,7 +44,7 @@
 	int servers;
 	Connection *connections[MAX_SERVERS];
 
-	char *pid;
+	const char *pid;
 	char *config;
 
 	char commander;