Changeset 76c8209 in mainline
- Timestamp:
- 2020-01-09T01:04:57Z (5 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)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r88ad75f r76c8209 607 607 /** Forward a received call to another destination - slow version. 608 608 * 609 * This function is the slow ver ision of the sys_ipc_forward_fast interface.609 * This function is the slow version of the sys_ipc_forward_fast interface. 610 610 * It can copy all five new arguments and the new interface and method from 611 611 * the userspace. It naturally extends the functionality of the fast version. -
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.