diff options
Diffstat (limited to 'include/util')
| -rw-r--r-- | include/util/mutex.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/util/mutex.h b/include/util/mutex.h index cef4c60..da71146 100644 --- a/include/util/mutex.h +++ b/include/util/mutex.h @@ -16,6 +16,8 @@  struct Mutex {  	unsigned long pid;  	void* addr; +	struct Entry* locking_thread; +	struct Entry* waiting_threads;  } __attribute__((packed, aligned(4)));  struct MutexManager { | 
