Changeset 4e00f87 in mainline for uspace/srv/ns
- Timestamp:
- 2012-10-09T19:42:55Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38fc00b
- Parents:
- 062d900
- Location:
- uspace/srv/ns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/service.c
r062d900 r4e00f87 72 72 .key_hash = service_key_hash, 73 73 .key_equal = service_key_equal, 74 .equal = 0,75 .remove_callback = 074 .equal = NULL, 75 .remove_callback = NULL 76 76 }; 77 77 -
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.
