Changeset 4e00f87 in mainline for uspace/app/trace/proto.c
- Timestamp:
- 2012-10-09T19:42:55Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38fc00b
- Parents:
- 062d900
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/proto.c
r062d900 r4e00f87 79 79 .key_hash = srv_proto_key_hash, 80 80 .key_equal = srv_proto_key_equal, 81 .equal = 0,82 .remove_callback = 081 .equal = NULL, 82 .remove_callback = NULL 83 83 }; 84 84 … … 105 105 .key_hash = method_oper_key_hash, 106 106 .key_equal = method_oper_key_equal, 107 .equal = 0,108 .remove_callback = 0107 .equal = NULL, 108 .remove_callback = NULL 109 109 }; 110 110
Note:
See TracChangeset
for help on using the changeset viewer.