Another try to match Linux process states. Why am I doing it?

This commit is contained in:
Drazen Kacar
1999-05-11 06:11:46 +00:00
parent 14ed950dad
commit 04d988357f

View File

@@ -78,7 +78,8 @@ glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid)
break;
case SZOMB: buf->state = GLIBTOP_PROCESS_ZOMBIE;
break;
case SSLEEP:
case SSLEEP: buf->state = GLIBTOP_PROCESS_INTERRUPTIBLE;
break;
case SSTOP: buf->state = GLIBTOP_PROCESS_STOPPED;
break;
case SIDL: buf->state = GLIBTOP_PROCESS_UNINTERRUPTIBLE;