Changes in uspace/app/trace/proto.c [4e00f87:bc216a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/proto.c
r4e00f87 rbc216a0 79 79 .key_hash = srv_proto_key_hash, 80 80 .key_equal = srv_proto_key_equal, 81 .equal = NULL,82 .remove_callback = NULL81 .equal = 0, 82 .remove_callback = 0 83 83 }; 84 84 … … 105 105 .key_hash = method_oper_key_hash, 106 106 .key_equal = method_oper_key_equal, 107 .equal = NULL,108 .remove_callback = NULL107 .equal = 0, 108 .remove_callback = 0 109 109 }; 110 110
Note:
See TracChangeset
for help on using the changeset viewer.