Changeset 476 for Whitix/branches/hybrid
- Timestamp:
- 05/10/08 19:15:29 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/kernel/sched.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/kernel/sched.c
r416 r476 48 48 struct Process* current,*prev; 49 49 int nrRunning; /* nrRunning is the number of threads running */ 50 51 SYMBOL_EXPORT(current); 50 52 51 53 /* Deal with pids better */
