Changes in uspace/srv/vfs/vfs.h [3e6a98c5:76a67ce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r3e6a98c5 r76a67ce 36 36 #include <async.h> 37 37 #include <adt/list.h> 38 #include <adt/hash_table.h>39 38 #include <fibril_synch.h> 40 39 #include <sys/types.h> 41 40 #include <loc.h> 42 #include < stdbool.h>41 #include <bool.h> 43 42 #include <ipc/vfs.h> 44 43 #include <task.h> … … 113 112 unsigned lnkcnt; 114 113 115 ht_link_t nh_link; /**< Node hash-table link. */114 link_t nh_link; /**< Node hash-table link. */ 116 115 117 116 vfs_node_type_t type; /**< Partial info about the node type. */
Note:
See TracChangeset
for help on using the changeset viewer.