Changes in uspace/srv/fs/locfs/locfs_ops.c [0db0df2:5e801dc] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/locfs/locfs_ops.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
r0db0df2 r5e801dc 83 83 } 84 84 85 static bool services_key_equal(const void *key, size_t hash, 86 const ht_link_t *item) 85 static bool services_key_equal(const void *key, const ht_link_t *item) 87 86 { 88 87 const service_id_t *k = key; … … 96 95 } 97 96 98 static consthash_table_ops_t services_ops = {97 static hash_table_ops_t services_ops = { 99 98 .hash = services_hash, 100 99 .key_hash = services_key_hash,
Note:
See TracChangeset
for help on using the changeset viewer.
