Changes in uspace/lib/c/include/ipc/common.h [8d2dd7f2:503ffce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r8d2dd7f2 r503ffce 43 43 #define IPC_FLAG_BLOCKING 0x01 44 44 45 struct async_call; 46 45 47 typedef struct { 46 48 sysarg_t args[IPC_CALL_LEN]; 47 49 task_id_t in_task_id; 48 50 sysarg_t in_phone_hash; 51 unsigned flags; 52 struct async_call *label; 49 53 } ipc_call_t; 50 54
Note:
See TracChangeset
for help on using the changeset viewer.