Changes in uspace/srv/fs/locfs/locfs_ops.c [61eb2ce2:0db0df2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
r61eb2ce2 r0db0df2 83 83 } 84 84 85 static bool services_key_equal(const void *key, const ht_link_t *item) 85 static bool services_key_equal(const void *key, size_t hash, 86 const ht_link_t *item) 86 87 { 87 88 const service_id_t *k = key;
Note:
See TracChangeset
for help on using the changeset viewer.