mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
repmgr3's repmgr.c file was not far off 10,000 lines - this will make it easier to manage individual parts of the code.
13 lines
189 B
C
13 lines
189 B
C
/*
|
|
* repmgr-action-cluster.h
|
|
* Copyright (c) 2ndQuadrant, 2010-2017
|
|
*/
|
|
|
|
#ifndef _REPMGR_ACTION_CLUSTER_H_
|
|
#define _REPMGR_ACTION_CLUSTER_H_
|
|
|
|
extern void do_cluster_event(void);
|
|
|
|
|
|
#endif
|