Changes in uspace/app/trace/ipcp.c [0db0df2:61eb2ce2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r0db0df2 r61eb2ce2 84 84 } 85 85 86 static bool pending_call_key_equal(const void *key, size_t hash,const ht_link_t *item)86 static bool pending_call_key_equal(const void *key, 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.