Changeset fe86d9d in mainline
- Timestamp:
- 2019-08-07T02:36:00Z (5 years ago)
- Children:
- 1be7bee
- Parents:
- 0a8f070
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:10:12)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:36:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/taskman.c
r0a8f070 rfe86d9d 73 73 async_sess_t *taskman_handshake(void) 74 74 { 75 printf("%s:%i\n", __func__, __LINE__);76 77 75 int rc = taskman_ask_callback(session_primary); 78 76 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.