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

#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...
 

Detailed Description

Definition at line 33 of file channel.h.

Constructor & Destructor Documentation

SessionCtx::ThreadLocalStorage::ThreadLocalStorage ( uint64_t  id,
char *  reponame,
char *  client_instance 
)
inline

Definition at line 34 of file channel.h.

Member Data Documentation

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().


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