Changeset 4db6eaf in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2008-01-06T14:05:15Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10d6b858
- Parents:
- b3c38750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rb3c38750 r4db6eaf 1 1 /* 2 * Copyright (c) 200 7Jakub Jermar2 * Copyright (c) 2008 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 137 137 link_t nh_link; /**< Node hash-table link. */ 138 138 139 /** Holding this rwlock prevents modifications of the node's contents. */ 140 atomic_t contents_rwlock; 139 /** 140 * Holding this rwlock prevents modifications of the node's contents. 141 */ 142 rwlock_t contents_rwlock; 141 143 } vfs_node_t; 142 144
Note:
See TracChangeset
for help on using the changeset viewer.