Changes in uspace/srv/fs/locfs/locfs_ops.c [0db0df2:61eb2ce2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs_ops.c
r0db0df2 r61eb2ce2 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;
Note:
See TracChangeset
for help on using the changeset viewer.