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