The "show sess" output used signed ints to report the number of calls,
which is confusing for runaway tasks where the call count can turn
negative.
}
chunk_appendf(&trash,
- " task=%p (state=0x%02x nice=%d calls=%d exp=%s tmask=0x%lx%s",
+ " task=%p (state=0x%02x nice=%d calls=%u exp=%s tmask=0x%lx%s",
strm->task,
strm->task->state,
strm->task->nice, strm->task->calls,
}
chunk_appendf(&trash,
- " ts=%02x age=%s calls=%d cpu=%llu lat=%llu",
+ " ts=%02x age=%s calls=%u cpu=%llu lat=%llu",
curr_strm->task->state,
human_time(now.tv_sec - curr_strm->logs.tv_accept.tv_sec, 1),
curr_strm->task->calls,