Searched defs:LogData (Results 1 – 2 of 2) sorted by relevance
56 struct IPC_EXPORT LogData { struct61 std::string channel;62 int32_t routing_id;63 uint32_t type; // "User-defined" message type, from ipc_message.h.64 std::string flags;65 int64_t sent; // Time that the message was sent (i.e. at Send()).66 int64_t receive; // Time before it was dispatched (i.e. before calling68 int64_t dispatch; // Time after it was dispatched (i.e. after calling70 std::string message_name;71 std::string params;
332 LogData::LogData() in LogData() function in IPC::LogData