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


Ignore:
Timestamp:
2009-08-11T15:48:54Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c68a05d
Parents:
5a8fbcb
Message:

remove obsolete TASK_WAIT notification

File:
1 edited

Legend:

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

    r5a8fbcb r5ab1648  
    3535
    3636#include <ipc/ipc.h>
    37 #include <event.h>
    3837
    3938extern int task_init(void);
    4039extern void process_pending_wait(void);
    4140
    42 extern void wait_notification(wait_type_t et, task_id_t id);
    4341extern void wait_for_task(task_id_t id, ipc_call_t *call, ipc_callid_t callid);
    4442
Note: See TracChangeset for help on using the changeset viewer.