Searched refs:CLUSTERMSG_TYPE_MFSTART (Results 1 – 2 of 2) sorted by relevance
99 #define CLUSTERMSG_TYPE_MFSTART 8 /* Pause clients for manual failover */ macro
1682 type == CLUSTERMSG_TYPE_MFSTART) in clusterProcessPacket()2058 } else if (type == CLUSTERMSG_TYPE_MFSTART) { in clusterProcessPacket()2699 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_MFSTART); in clusterSendMFStart()4099 case CLUSTERMSG_TYPE_MFSTART: return "mfstart"; in clusterGetMessageTypeString()