Changeset 2011 for Whitix/trunk

Show
Ignore:
Timestamp:
04/02/09 21:14:04 (3 years ago)
Author:
mwhitworth
Message:

Add cmdLine field, as we now keep a copy of the command line.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/task.h

    r1819 r2011  
    9191        struct MemManager* memManager; 
    9292        struct Process* parent; 
     93         
     94        /* Copy of the command line. */ 
     95        char* cmdLine; 
    9396}; 
    9497