| From: | Dmitry Lohansky <sq@xxxxxxxxxxx> |
| Date: | Thu, 22 Mar 2007 13:39:20 +0300 |
Good time of day.
I'm newby in DragonFly.
My question why process doesn't have SSLEEP state?
enum procstat {
SIDL = 1,
SACTIVE = 2,
SSTOP = 3,
SZOMB = 4,
};