- Timestamp:
- 2020-01-09T01:04:57Z (6 years ago)
- Children:
- 7fa8589
- Parents:
- 88ad75f
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-01-05 19:47:53)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r88ad75f r76c8209 44 44 45 45 /** 46 * IPC_FLAG_AUTOSTART_ is for use in brokers only. In cli net code use46 * IPC_FLAG_AUTOSTART_ is for use in brokers only. In client code use 47 47 * IPC_AUTOSTART that includes implies blocking behavior. 48 48 */ -
uspace/srv/loader/main.c
r88ad75f r76c8209 445 445 errno_t rc = taskman_intro_loader(); 446 446 if (rc != EOK) { 447 printf("%s: did not receive connecti n from taskman (%i)\n",447 printf("%s: did not receive connection from taskman (%i)\n", 448 448 NAME, rc); 449 449 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.