Changes in kernel/generic/include/synch/futex.h [82cbf8c6:669f3d32] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/futex.h
r82cbf8c6 r669f3d32 38 38 #include <typedefs.h> 39 39 #include <synch/waitq.h> 40 #include <adt/hash_table.h>41 40 42 41 /** Kernel-side futex structure. */ … … 47 46 waitq_t wq; 48 47 /** Futex hash table link. */ 49 ht_link_t ht_link;48 link_t ht_link; 50 49 /** Number of tasks that reference this futex. */ 51 50 size_t refcount;
Note:
See TracChangeset
for help on using the changeset viewer.