Searched defs:ForeignSession (Results 1 – 2 of 2) sorted by relevance
194 struct ForeignSession { struct199 std::string foreign_session_tag;200 std::vector<SessionWindow*> windows;
113 ForeignSession::ForeignSession() : foreign_session_tag("invalid") { in ForeignSession() function in ForeignSession