Changeset 9413c0d in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2008-01-06T12:50:51Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3c38750
- Parents:
- f57f8ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rf57f8ea r9413c0d 37 37 #include <libadt/list.h> 38 38 #include <atomic.h> 39 #include <rwlock.h> 39 40 #include <sys/types.h> 40 41 #include <bool.h> … … 136 137 link_t nh_link; /**< Node hash-table link. */ 137 138 138 /** Holding this futexprevents modifications of the node's contents. */139 atomic_t contents_ futex;139 /** Holding this rwlock prevents modifications of the node's contents. */ 140 atomic_t contents_rwlock; 140 141 } vfs_node_t; 141 142
Note:
See TracChangeset
for help on using the changeset viewer.