Changes in uspace/lib/c/include/ipc/common.h [6deb2cd:3be9d10] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r6deb2cd r3be9d10 52 52 unsigned flags; 53 53 struct async_call *label; 54 cap_ handle_t cap_handle;54 cap_call_handle_t cap_handle; 55 55 } ipc_call_t; 56 57 typedef cap_handle_t ipc_callid_t;58 56 59 57 extern futex_t async_futex;
Note:
See TracChangeset
for help on using the changeset viewer.