CernVM-FS
2.12.0
|
Public Member Functions | |
SessionInfo () | |
SessionInfo (uint64_t id, const std::string &name) | |
Public Attributes | |
uint64_t | id |
std::string | name |
char * | reponame |
char * | client_instance |
The char pointers are prepared on Handshake and removed when the session closes. They are created to be consumed by the cvmcache_get_session() API.
CachePlugin::SessionInfo::SessionInfo | ( | uint64_t | id, |
const std::string & | name | ||
) |
char* CachePlugin::SessionInfo::client_instance |
Definition at line 171 of file channel.h.
Referenced by SessionInfo().
char* CachePlugin::SessionInfo::reponame |
Definition at line 170 of file channel.h.
Referenced by SessionInfo().