Changeset 7114d83 in mainline for uspace/srv/ns/task.h


Ignore:
Timestamp:
2009-07-06T16:02:27Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d96851
Parents:
d68e4d5
Message:

Allow task to return value (will be improved).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/task.h

    rd68e4d5 r7114d83  
    4343extern void wait_for_task(task_id_t id, ipc_call_t *call, ipc_callid_t callid);
    4444
     45extern int ns_task_retval(ipc_call_t *call);
     46
    4547#endif
    4648
Note: See TracChangeset for help on using the changeset viewer.