Searched defs:SessionTrackMsg (Results 1 – 1 of 1) sorted by relevance
78 struct SessionTrackMsg { struct in SessionTrack79 SessionTrackWorkType type_;80 std::shared_ptr<SessionInfo> session_info_;81 bool sync_;82 std::condition_variable cond_;84 SessionTrackMsg(SessionTrackWorkType type, bool sync) : type_(type), sync_(sync) { } in SessionTrackMsg() function87 … SessionTrackMsg(SessionTrackWorkType type, std::shared_ptr<SessionInfo> session_info, bool sync) : in SessionTrackMsg() function