diff options
Diffstat (limited to 'include/thread.h')
-rw-r--r-- | include/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thread.h b/include/thread.h index ce2d73bb..f2a12599 100644 --- a/include/thread.h +++ b/include/thread.h @@ -55,7 +55,7 @@ struct Alt { /* the next variables are used internally to alt * they need not be initialized */ - Channel **tag; /* pointer to rendez-vous tag */ + struct Thread *thread; /* thread waiting on this alt */ int entryno; /* entry number */ }; |