CernVM-FS
2.12.0
|
#include <channel.h>
Public Member Functions | |
ThreadLocalStorage (uint64_t id, char *reponame, char *client_instance) | |
Public Attributes | |
uint64_t | id |
char * | reponame |
char * | client_instance |
bool | is_set |
either not yet set or deliberately unset More... | |
|
inline |
char* SessionCtx::ThreadLocalStorage::client_instance |
Definition at line 43 of file channel.h.
Referenced by SessionCtx::Get(), SessionCtx::Set(), and SessionCtx::Unset().
uint64_t SessionCtx::ThreadLocalStorage::id |
Definition at line 41 of file channel.h.
Referenced by SessionCtx::Get(), SessionCtx::Set(), and SessionCtx::Unset().
bool SessionCtx::ThreadLocalStorage::is_set |
either not yet set or deliberately unset
Definition at line 44 of file channel.h.
Referenced by SessionCtx::Get(), SessionCtx::IsSet(), SessionCtx::Set(), and SessionCtx::Unset().
char* SessionCtx::ThreadLocalStorage::reponame |
Definition at line 42 of file channel.h.
Referenced by SessionCtx::Get(), SessionCtx::Set(), and SessionCtx::Unset().