diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-09-28 07:27:31 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-09-28 07:27:31 +0000 |
| commit | ee38d590ffe9bd32453d8c00047989c1c9175afd (patch) | |
| tree | 69071f17d06bf8c8d9a39b275aa594180af151f1 /sys | |
| parent | 69513ccb800ef0e80ea4708ff4b78a91d1e37043 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index f8d313e4eec7..63327cd183b3 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -469,13 +469,13 @@ struct ksegrp { struct thread *kg_last_assigned; /* Last thread assigned to a KSE */ int kg_runnable; /* Num runnable threads on queue. */ int kg_runq_kses; /* Num KSEs on runq. */ + struct kse_thr_mailbox *kg_completed; /* (c) completed thread mboxes */ #define kg_endzero kg_pri_class #define kg_startcopy kg_endzero u_char kg_pri_class; /* (j) Scheduling class. */ u_char kg_user_pri; /* (j) User pri from estcpu and nice. */ char kg_nice; /* (j?/k?) Process "nice" value. */ - struct kse_thr_mailbox *kg_completed; /* (c) completed thread mboxes */ #define kg_endcopy kg_numthreads int kg_numthreads; /* Num threads in total */ int kg_idle_kses; /* num KSEs idle */ |
