[DEBUG] state names were shifted due to missing PEND state.
This commit is contained in:
parent
9e1388671a
commit
3504a01cb4
@ -917,7 +917,7 @@ static int stats_tsk_lsrch, stats_tsk_rsrch,
|
|||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
#ifdef DEBUG_FULL
|
#ifdef DEBUG_FULL
|
||||||
static char *cli_stnames[5] = {"HDR", "DAT", "SHR", "SHW", "CLS" };
|
static char *cli_stnames[5] = {"HDR", "DAT", "SHR", "SHW", "CLS" };
|
||||||
static char *srv_stnames[8] = {"IDL", "PND", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
|
static char *srv_stnames[7] = {"IDL", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user