Changeset 4e00f87 in mainline for uspace/srv/ns/task.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/srv/ns/task.c
r062d900 r4e00f87 90 90 .key_hash = task_key_hash, 91 91 .key_equal = task_key_equal, 92 .equal = 0,92 .equal = NULL, 93 93 .remove_callback = task_remove 94 94 }; … … 141 141 .key_hash = p2i_key_hash, 142 142 .key_equal = p2i_key_equal, 143 .equal = 0,143 .equal = NULL, 144 144 .remove_callback = p2i_remove 145 145 };
Note:
See TracChangeset
for help on using the changeset viewer.