Home
last modified time | relevance | path

Searched defs:wd_failover_id (Results 1 – 8 of 8) sorted by relevance

/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/watchdog/
H A Dwd_commands.c632 wd_send_failback_request(int node_id, unsigned int *wd_failover_id) in wd_send_failback_request()
652 …_wd_failover_cmd_type_json(char* reqType, enum WDFailoverLocks lockID, unsigned int wd_failover_id) in get_wd_failover_cmd_type_json()
672 …_failover_sync_command(char* syncReqType, enum WDFailoverLocks lockID, unsigned int wd_failover_id) in wd_send_failover_sync_command()
691 …erCMDResults wd_get_failover_result_from_data(WDIPCCmdResult *result, unsigned int *wd_failover_id) in wd_get_failover_result_from_data()
747 wd_degenerate_backend_set(int *node_id_set, int count, unsigned int *wd_failover_id) in wd_degenerate_backend_set()
766 wd_promote_backend(int node_id, unsigned int *wd_failover_id) in wd_promote_backend()
881 WDFailoverCMDResults wd_start_failover_interlocking(unsigned int wd_failover_id) in wd_start_failover_interlocking()
888 WDFailoverCMDResults wd_end_failover_interlocking(unsigned int wd_failover_id) in wd_end_failover_interlocking()
895 …FailoverCMDResults wd_failover_lock_release(enum WDFailoverLocks lock, unsigned int wd_failover_id) in wd_failover_lock_release()
902 WDFailoverCMDResults wd_failover_lock_status(enum WDFailoverLocks lock, unsigned int wd_failover_id) in wd_failover_lock_status()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/watchdog/
H A Dwd_internal_commands.c366 …rCMDResults wd_get_failover_result_from_data(WDIPCCmdResult * result, unsigned int *wd_failover_id) in wd_get_failover_result_from_data()
424 unsigned int wd_failover_id; in wd_issue_failover_command() local
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/main/
H A Dpgpool_main.c635 …OOL_REQUEST_KIND kind, int* node_id_set, int count, bool switch_over , unsigned int wd_failover_id) in register_node_operation_request()
1186 bool switch_over, unsigned int wd_failover_id) in degenerate_backend_set_ex()
1287 … degenerate_backend_set(int *node_id_set, int count, bool switch_over, unsigned int wd_failover_id) in degenerate_backend_set()
1293 bool promote_backend(int node_id, unsigned int wd_failover_id) in promote_backend()
1362 bool send_failback_request(int node_id,bool throw_error, unsigned int wd_failover_id) in send_failback_request()
1690 unsigned int wd_failover_id; in failover() local
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/watchdog/
H A Dwd_internal_commands.c367 …rCMDResults wd_get_failover_result_from_data(WDIPCCmdResult * result, unsigned int *wd_failover_id) in wd_get_failover_result_from_data()
425 unsigned int wd_failover_id; in wd_issue_failover_command() local
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/watchdog/
H A Dwd_commands.c687 …erCMDResults wd_get_failover_result_from_data(WDIPCCmdResult *result, unsigned int *wd_failover_id) in wd_get_failover_result_from_data()
748 unsigned int wd_failover_id; in wd_issue_failover_command() local
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/watchdog/
H A Dwd_commands.c721 …rCMDResults wd_get_failover_result_from_data(WDIPCCmdResult * result, unsigned int *wd_failover_id) in wd_get_failover_result_from_data()
779 unsigned int wd_failover_id; in wd_issue_failover_command() local
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/watchdog/
H A Dwd_commands.c721 …rCMDResults wd_get_failover_result_from_data(WDIPCCmdResult * result, unsigned int *wd_failover_id) in wd_get_failover_result_from_data()
779 unsigned int wd_failover_id; in wd_issue_failover_command() local
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/
H A Dpool.h414 unsigned int wd_failover_id; /* watchdog ID for this failover operation */ member