proc states

Dmitry Lohansky sq at sqstudio.ru
Thu Mar 22 03:46:57 PDT 2007


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,
};







More information about the Kernel mailing list