CernVM-FS
2.12.0
|
#include <pthread.h>
#include <stdint.h>
#include <unistd.h>
#include <cassert>
#include <string>
#include <vector>
#include "cache.h"
#include "cache_transport.h"
#include "crypto/hash.h"
#include "fd_table.h"
#include "gtest/gtest_prod.h"
#include "quota.h"
#include "util/atomic.h"
#include "util/concurrency.h"
#include "util/single_copy.h"
Go to the source code of this file.
Classes | |
class | ExternalCacheManager |
class | ExternalCacheManager::PluginHandle |
struct | ExternalCacheManager::Transaction |
struct | ExternalCacheManager::ReadOnlyHandle |
class | ExternalCacheManager::RpcJob |
struct | ExternalCacheManager::RpcInFlight |
class | ExternalQuotaManager |
struct | ExternalQuotaManager::QuotaInfo |
Macros | |
#define | __STDC_FORMAT_MACROS |
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Definition at line 8 of file cache_extern.h.