CernVM-FS
2.12.0
|
#include <pthread.h>
#include <stdint.h>
#include <cassert>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "cache.pb.h"
#include "cache_transport.h"
#include "crypto/hash.h"
#include "manifest.h"
#include "smallhash.h"
#include "util/atomic.h"
#include "util/murmur.hxx"
#include "util/single_copy.h"
Go to the source code of this file.
Classes | |
class | SessionCtx |
struct | SessionCtx::ThreadLocalStorage |
class | CachePlugin |
struct | CachePlugin::ObjectInfo |
struct | CachePlugin::Info |
struct | CachePlugin::UniqueRequest |
struct | CachePlugin::SessionInfo |
class | CachePlugin::SessionCtxGuard |