Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/common.h

    r8d2dd7f2 r6deb2cd  
    4040#include <abi/proc/task.h>
    4141#include <futex.h>
     42#include <abi/cap.h>
    4243
    4344#define IPC_FLAG_BLOCKING  0x01
     45
     46struct async_call;
    4447
    4548typedef struct {
     
    4750        task_id_t in_task_id;
    4851        sysarg_t in_phone_hash;
     52        unsigned flags;
     53        struct async_call *label;
     54        cap_handle_t cap_handle;
    4955} ipc_call_t;
    5056
    51 typedef sysarg_t ipc_callid_t;
     57typedef cap_handle_t ipc_callid_t;
    5258
    5359extern futex_t async_futex;
Note: See TracChangeset for help on using the changeset viewer.