Ignore:
File:
1 edited

Legend:

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

    r503ffce r8d2dd7f2  
    4343#define IPC_FLAG_BLOCKING  0x01
    4444
    45 struct async_call;
    46 
    4745typedef struct {
    4846        sysarg_t args[IPC_CALL_LEN];
    4947        task_id_t in_task_id;
    5048        sysarg_t in_phone_hash;
    51         unsigned flags;
    52         struct async_call *label;
    5349} ipc_call_t;
    5450
Note: See TracChangeset for help on using the changeset viewer.