summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-20 19:12:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-20 19:12:23 (GMT)
commit4ad11db8c58192cbff042dd393ecf949895f1cef (patch)
treef3df67ea7105c831fc7212cdd44250003c9aa0a1 /client_list.h
parentccc2f5d4a9031c632c063be528eeee776766dde3 (diff)
added client type for heartbeat master and standby
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 1be6bb3..d208262 100644
--- a/client_list.h
+++ b/client_list.h
@@ -24,7 +24,7 @@
#include "datatypes.h"
-enum client_type_enum { DEFAULT, MASTER, STANDBY, HEARTBEAT };
+enum client_type_enum { DEFAULT, MASTER, STANDBY, MASTER_HB, STANDBY_HB };
typedef enum client_type_enum client_type_t;
struct client_struct {