diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-04 18:27:28 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-04 18:27:28 (GMT) |
commit | 09702cb66d0063b95d8a870a8ce10bc847a80bf6 (patch) | |
tree | 32eac6c9163c56ba9075d350ad3bba70c8e7a996 /client_list.h | |
parent | 148eb9ed5edf34b0090f86893b30be5dbb37e05e (diff) |
added command for client type and mode
Diffstat (limited to 'client_list.h')
-rw-r--r-- | client_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client_list.h b/client_list.h index d54a853..8c1d5af 100644 --- a/client_list.h +++ b/client_list.h @@ -24,7 +24,7 @@ #include "datatypes.h" -enum client_type_enum { DEFAULT, MASTER, STANDBY }; +enum client_type_enum { DEFAULT, MASTER, STANDBY, HEARTBEAT }; typedef enum client_type_enum client_type_t; struct client_struct { |