The message passed from client to server.
More...
#include "util/linux/exception_handler_protocol.h"
|
|
| ClientToServerMessage () |
| | Constructs this object.
|
| |
|
|
int32_t | version |
| | Indicates what message version is being used.
|
| |
|
Type | type |
| |
|
VMAddress | requesting_thread_stack_address |
| | A stack address of the thread sending the message.
|
| |
|
union { | |
| |
|
ClientInformation client_info | |
| | Valid for type == kCrashDumpRequest.
|
| |
| }; | | |
| |
|
|
static constexpr int32_t | kVersion = 1 |
| |
The message passed from client to server.
◆ Type
| Enumerator |
|---|
| kTypeCheckCredentials | Request that the server respond with its credentials.
|
| kTypeCrashDumpRequest | Used to request a crash dump for the sending client.
|
The documentation for this struct was generated from the following files:
- util/linux/exception_handler_protocol.h
- util/linux/exception_handler_protocol.cc