Ignore:
File:
1 edited

Legend:

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

    r6deb2cd r8d2dd7f2  
    4040#include <abi/proc/task.h>
    4141#include <futex.h>
    42 #include <abi/cap.h>
    4342
    4443#define IPC_FLAG_BLOCKING  0x01
    45 
    46 struct async_call;
    4744
    4845typedef struct {
     
    5047        task_id_t in_task_id;
    5148        sysarg_t in_phone_hash;
    52         unsigned flags;
    53         struct async_call *label;
    54         cap_handle_t cap_handle;
    5549} ipc_call_t;
    5650
    57 typedef cap_handle_t ipc_callid_t;
     51typedef sysarg_t ipc_callid_t;
    5852
    5953extern futex_t async_futex;
Note: See TracChangeset for help on using the changeset viewer.