mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
repmgrd: split physical and BDR functionality into separate files
This commit is contained in:
13
repmgrd-bdr.h
Normal file
13
repmgrd-bdr.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* repmgrd-bdr.h
|
||||
* Copyright (c) 2ndQuadrant, 2010-2017
|
||||
*/
|
||||
|
||||
#ifndef _REPMGRD_BDR_H_
|
||||
#define _REPMGRD_BDR_H_
|
||||
|
||||
extern void do_bdr_node_check(void);
|
||||
extern void monitor_bdr(void);
|
||||
extern t_node_info *do_bdr_failover(NodeInfoList *nodes, t_node_info *monitored_node);
|
||||
|
||||
#endif /* _REPMGRD_BDR_H_ */
|
||||
Reference in New Issue
Block a user