struct NotifyIO
Defined at line 811 of file ../../src/developer/debug/ipc/protocol.h
Public Members
uint64_t timestamp
uint64_t process_koid
Type type
basic_string data
bool more_data_available
static const size_t kMaxDataSize
Public Methods
const char * TypeToString (Type )
Defined at line 25 of file ../../src/developer/debug/ipc/protocol.cc
void Serialize (Serializer & ser, uint32_t ver)
Defined at line 833 of file ../../src/developer/debug/ipc/protocol.h
Enumerations
enum class Type : uint32_t
| Name | Value | Comments |
|---|---|---|
| kStderr | 0 | -- |
| kStdout | 1 | -- |
| kLast | 2 |
Not a real type. |
Defined at line 815 of file ../../src/developer/debug/ipc/protocol.h