summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
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 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);