mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 05:17:51 +00:00
ipc: Add support for PopIpcInterface() method.
- This can be used for domain objects as inputs to service functions.
This commit is contained in:
parent
6314eaaa8c
commit
5e4d01f80c
4 changed files with 23 additions and 0 deletions
|
@ -167,6 +167,7 @@ struct DomainMessageHeader {
|
|||
struct {
|
||||
union {
|
||||
BitField<0, 8, CommandType> command;
|
||||
BitField<8, 8, u32_le> input_object_count;
|
||||
BitField<16, 16, u32_le> size;
|
||||
};
|
||||
u32_le object_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue