Changeset b688fd8 in mainline for uspace/srv/bd/part
- Timestamp:
- 2015-08-17T18:54:56Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- Location:
- uspace/srv/bd/part
- Files:
-
- 2 edited
-
guid_part/guid_part.c (modified) (1 diff)
-
mbr_part/mbr_part.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/part/guid_part/guid_part.c
rb10460a rb688fd8 185 185 186 186 /* Register server with location service. */ 187 async_set_ client_connection(gpt_connection);187 async_set_fallback_port_handler(gpt_connection, NULL); 188 188 rc = loc_server_register(NAME); 189 189 if (rc != EOK) { -
uspace/srv/bd/part/mbr_part/mbr_part.c
rb10460a rb688fd8 235 235 236 236 /* Register server with location service. */ 237 async_set_ client_connection(mbr_connection);237 async_set_fallback_port_handler(mbr_connection, NULL); 238 238 rc = loc_server_register(NAME); 239 239 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.
