- Add 4 kse flags for use in the schedulers.

This commit is contained in:
jeff 2003-10-31 11:02:16 +00:00
parent 1ace50578b
commit b364231222

View File

@ -447,6 +447,10 @@ struct kse {
};
/* flags kept in ke_flags */
#define KEF_SCHED0 0x00001 /* For scheduler specific use. */
#define KEF_SCHED1 0x00002 /* For scheduler specific use. */
#define KEF_SCHED2 0X00004 /* For scheduler specific use. */
#define KEF_SCHED3 0x00008 /* For scheduler specific use. */
#define KEF_DIDRUN 0x02000 /* KSE actually ran. */
#define KEF_EXIT 0x04000 /* KSE is being killed. */