summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-04 18:27:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-04 18:27:28 (GMT)
commit09702cb66d0063b95d8a870a8ce10bc847a80bf6 (patch)
tree32eac6c9163c56ba9075d350ad3bba70c8e7a996 /client_list.h
parent148eb9ed5edf34b0090f86893b30be5dbb37e05e (diff)
added command for client type and mode
Diffstat (limited to 'client_list.h')
-rw-r--r--client_list.h2
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 {