Changes in uspace/srv/vfs/vfs.h [062d900:9d58539] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r062d900 r9d58539  
    3636#include <async.h>
    3737#include <adt/list.h>
    38 #include <adt/hash_table.h>
    3938#include <fibril_synch.h>
    4039#include <sys/types.h>
     
    113112        unsigned lnkcnt;
    114113
    115         ht_link_t nh_link;              /**< Node hash-table link. */
     114        link_t nh_link;         /**< Node hash-table link. */
    116115
    117116        vfs_node_type_t type;   /**< Partial info about the node type. */
Note: See TracChangeset for help on using the changeset viewer.