Files
repmgr/repmgr-action-node.h
2017-08-14 22:57:09 +09:00

19 lines
312 B
C

/*
* repmgr-action-node.h
* Copyright (c) 2ndQuadrant, 2010-2017
*/
#ifndef _REPMGR_ACTION_NODE_H_
#define _REPMGR_ACTION_NODE_H_
extern void do_node_status(void);
extern void do_node_check(void);
extern void do_node_rejoin(void);
extern void do_node_service(void);
#endif /* _REPMGR_ACTION_NODE_H_ */