Searched defs:NetworkEvent (Results 1 – 1 of 1) sorted by relevance
43 struct alignas(ALIGNAS_LEN) NetworkEvent { //8 is 8 bit struct44 int32_t type = static_cast<int32_t>(NetworkEventType::INVALID); argument45 int32_t tid = 0;46 struct timespec ts;47 char threadName[MAX_TNAME_LEN] = {0};