Changeset d054ad3 in mainline for uspace/lib/c/include/ipc/common.h
- Timestamp:
- 2018-07-09T18:36:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d56e2e
- Parents:
- 87337dc5
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-05 16:39:15)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-09 18:36:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r87337dc5 rd054ad3 44 44 #define IPC_FLAG_BLOCKING 0x01 45 45 46 struct async_call;47 48 46 typedef struct { 49 47 sysarg_t args[IPC_CALL_LEN]; … … 51 49 sysarg_t in_phone_hash; 52 50 unsigned int flags; 53 struct async_call*label;51 void *label; 54 52 cap_call_handle_t cap_handle; 55 53 } ipc_call_t;
Note:
See TracChangeset
for help on using the changeset viewer.