Searched defs:MsgWithLocalRemoteInfo (Results 1 – 1 of 1) sorted by relevance
70 struct MsgWithLocalRemoteInfo { struct72 MsgWithLocalRemoteInfo(void *d, size_t length, const std::string &path) : data(d), len(length) in MsgWithLocalRemoteInfo() argument76 ~MsgWithLocalRemoteInfo() in ~MsgWithLocalRemoteInfo()82 void *data = nullptr;83 size_t len = 0;84 LocalSocketRemoteInfo remoteInfo;