Searched defs:SessionData (Results 1 – 1 of 1) sorted by relevance
112 struct SessionData { struct in iorap::prefetcher::SessionManagerBase113 std::shared_ptr<Session> session;114 std::string description;116 size_t SessionId() const { in SessionId()