early-access version 1674

This commit is contained in:
pineappleEA
2021-05-11 22:22:31 +02:00
parent 544152130d
commit dfecca5380
4 changed files with 16 additions and 2 deletions

View File

@@ -308,6 +308,7 @@ private:
u32 data_payload_offset{};
u32 handles_offset{};
u32 domain_offset{};
u32 data_size{};
u32_le command{};
std::vector<std::shared_ptr<SessionRequestHandler>> domain_request_handlers;