(Page 4 of 13 in this chapter) Version
/* TCAP General statistics structure */
typedef struct TCAP_Gen_Stats
{
U8 haSt; /* high availability state */
U8 mcSt; /* mate connection state */
} TcapGenStatus;
/* High Availability State definitions */
#define ST_HAST_STARTING 0
#define ST_HAST_STANDALONE 1
#define ST_HAST_PRIMARY 2
#define ST_HAST_BACKUP 3
/* Mate Connection State definitions */
#define ST_MCST_ISOLATED 0
#define ST_MCST_CONNECTED 1
(Page 4 of 13 in this chapter) Version