Mercurial > cabal
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4:a7051ac7118b | 5:0faceb076254 |
|---|---|
| 42 void work(); | 42 void work(); |
| 43 | 43 |
| 44 int servers; | 44 int servers; |
| 45 Connection *connections[MAX_SERVERS]; | 45 Connection *connections[MAX_SERVERS]; |
| 46 | 46 |
| 47 char *pid; | 47 const char *pid; |
| 48 char *config; | 48 char *config; |
| 49 | 49 |
| 50 char commander; | 50 char commander; |
| 51 | 51 |
| 52 bool debug; | 52 bool debug; |
