Changes in uspace/app/trace/proto.c [0db0df2:61eb2ce2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/proto.c
r0db0df2 r61eb2ce2 69 69 } 70 70 71 static bool srv_proto_key_equal(const void *key, size_t hash,const ht_link_t *item)71 static bool srv_proto_key_equal(const void *key, const ht_link_t *item) 72 72 { 73 73 const int *n = key; … … 96 96 } 97 97 98 static bool method_oper_key_equal(const void *key, size_t hash,const ht_link_t *item)98 static bool method_oper_key_equal(const void *key, const ht_link_t *item) 99 99 { 100 100 const int *n = key;
Note:
See TracChangeset
for help on using the changeset viewer.