Changeset 859
- Timestamp:
- 08/21/08 21:53:36 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/include/task.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/include/task.h
r668 r859 27 27 28 28 struct Process; 29 struct JournalHandle; 29 30 30 31 #define THR_USED_MATH 1 … … 41 42 struct FpuSave fpuData; 42 43 struct Context* currContext; 44 struct JournalHandle* currHandle; /* Each thread can run its own transaction. */ 43 45 }; 44 46
