Changes in uspace/app/trace/ipcp.c [5e801dc:0db0df2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r5e801dc r0db0df2 84 84 } 85 85 86 static bool pending_call_key_equal(const void *key, const ht_link_t *item)86 static bool pending_call_key_equal(const void *key, size_t hash, const ht_link_t *item) 87 87 { 88 88 const cap_call_handle_t *chandle = key; … … 92 92 } 93 93 94 static hash_table_ops_t pending_call_ops = {94 static const hash_table_ops_t pending_call_ops = { 95 95 .hash = pending_call_hash, 96 96 .key_hash = pending_call_key_hash,
Note:
See TracChangeset
for help on using the changeset viewer.