Changeset 102f641 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2019-09-02T19:01:50Z (6 years ago)
- Children:
- 25697163
- Parents:
- 241f1985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r241f1985 r102f641 43 43 * and completely hidden from applications. 44 44 */ 45 46 45 47 46 #include <stdio.h> … … 443 442 /* Set a handler of incomming connections. */ 444 443 async_set_fallback_port_handler(ldr_connection, NULL); 445 444 446 445 /* Announce to taskman. */ 447 446 errno_t rc = taskman_intro_loader(); … … 457 456 */ 458 457 async_manager(); 459 458 460 459 /* Never reached */ 461 460 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.