summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-20 21:40:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-20 21:40:29 (GMT)
commit270ecd189fc229375871f3f2ef76934ca4d42a56 (patch)
tree65dbb517e2b951f2d51d0b2c9eb44dbd8c997c91 /client_list.h
parent16842a01fa7785f240677687a2212ed575b384e2 (diff)
added heartbeat command
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 a23e76e..cb69f39 100644
--- a/client_list.h
+++ b/client_list.h
@@ -24,7 +24,7 @@
#include "datatypes.h"
-enum client_type_enum { DEFAULT, MASTER, STANDBY, MASTER_HB, STANDBY_HB };
+enum client_type_enum { DEFAULT, MASTER, STANDBY, HB_MASTER, HB_STANDBY };
typedef enum client_type_enum client_type_t;
char* client_type_tostring(client_type_t);