summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/server.h b/server.h
index e5913ae..223c837 100644
--- a/server.h
+++ b/server.h
@@ -2,11 +2,11 @@
#define fooserverhfoo
enum server_state {
- SERVER_STATE_INIT,
- SERVER_STATE_CFG_OK,
- SERVER_STATE_RUNNING,
- SERVER_STATE_STOPPED,
- SERVER_STATE_DEAD,
+ SERVER_STATE_INIT = 0,
+ SERVER_STATE_CFG_OK = 1,
+ SERVER_STATE_RUNNING = 2,
+ SERVER_STATE_STOPPED = 3,
+ SERVER_STATE_DEAD = 4,
};
enum server_type {