CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CachePlugin::SessionInfo Struct Reference

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
 

Detailed Description

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.

Definition at line 164 of file channel.h.

Constructor & Destructor Documentation

CachePlugin::SessionInfo::SessionInfo ( )
inline

Definition at line 165 of file channel.h.

CachePlugin::SessionInfo::SessionInfo ( uint64_t  id,
const std::string &  name 
)

Definition at line 148 of file channel.cc.

Here is the call graph for this function:

Member Data Documentation

char* CachePlugin::SessionInfo::client_instance

Definition at line 171 of file channel.h.

Referenced by SessionInfo().

uint64_t CachePlugin::SessionInfo::id

Definition at line 168 of file channel.h.

std::string CachePlugin::SessionInfo::name

Definition at line 169 of file channel.h.

char* CachePlugin::SessionInfo::reponame

Definition at line 170 of file channel.h.

Referenced by SessionInfo().


The documentation for this struct was generated from the following files: