Changeset b688fd8 in mainline for uspace/srv/loader/main.c
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
rb10460a rb688fd8 444 444 { 445 445 /* Set a handler of incomming connections. */ 446 async_set_ client_connection(ldr_connection);446 async_set_fallback_port_handler(ldr_connection, NULL); 447 447 448 448 /* Introduce this task to the NS (give it our task ID). */
Note:
See TracChangeset
for help on using the changeset viewer.