Changeset 2011 for Whitix/trunk
- Timestamp:
- 04/02/09 21:14:04 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/include/task.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/include/task.h
r1819 r2011 91 91 struct MemManager* memManager; 92 92 struct Process* parent; 93 94 /* Copy of the command line. */ 95 char* cmdLine; 93 96 }; 94 97
