Home
last modified time | relevance | path

Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Ddefine_plus.h486 struct HdcChannel { struct
487 void *clsChannel; // ptr Class of serverForClient or client
488 uint32_t channelId;
489 std::string connectKey;
490 uv_tcp_t hWorkTCP; // work channel for client, forward channel for server
491 uv_thread_t hWorkThread;
492 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now
493 bool handshakeOK;
494 bool isDead;
518 using HChannel = struct HdcChannel *; argument