Split part of the Task struct into a separate struct InCall
[ghc-hetmet.git] / includes / rts / storage / TSO.h
index b00f5d4..e8d97c5 100644 (file)
@@ -114,7 +114,7 @@ typedef struct StgTSO_ {
     StgTSOBlockInfo         block_info;
     StgThreadID             id;
     int                     saved_errno;
-    struct Task_*           bound;
+    struct InCall_*         bound;
     struct Capability_*     cap;
     struct StgTRecHeader_ * trec;       /* STM transaction record */