Changeset 5d96851 in mainline for uspace/srv/ns/task.h


Ignore:
Timestamp:
2009-07-06T19:17:49Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0315679
Parents:
7114d83
Message:

Pass task ID to NS from loader. This prevents ID spoofing by user apps.

File:
1 edited

Legend:

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

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