struct HelloReply

Defined at line 217 of file ../../src/developer/debug/ipc/protocol.h

Public Members

uint64_t signature
uint32_t version
Arch arch
uint64_t page_size
Platform platform
static const uint64_t kStreamSignature

Public Methods

void Serialize (Serializer & ser, uint32_t ver)

Danger: The HelloReply is special because it is used to set up the rest of the IPC

communication.

It will get deserialized with |ver| = 0 to extract the |signature| and |version| member, and

then it will get deserialized again with the correct version to get everything else.

Defined at line 233 of file ../../src/developer/debug/ipc/protocol.h