![]() |
CernVM-FS
2.11.0
|
#include "cvmfs_config.h"
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string>
#include "compression.h"
#include "crypto/signature.h"
#include "network/download.h"
#include "statistics.h"
#include "swissknife.h"
#include "swissknife_pull.h"
#include "util/logging.h"
#include "util/posix.h"
#include "util/string.h"
#include "util/uuid.h"
Go to the source code of this file.
Namespaces | |
swissknife | |
Functions | |
void | swissknife::Usage () |
static char | CheckParameters (const string ¶ms, swissknife::ArgumentList *args) |
static bool | HasDirtabChanged (const string &dirtab_src, const string &dirtab_dst) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | kVersion = VERSION |
const int | kDefaultPreloaderTimeout = 10 |
const int | kDefaultPreloaderRetries = 2 |
download::DownloadManager * | swissknife::g_download_manager |
signature::SignatureManager * | swissknife::g_signature_manager |
perf::Statistics * | swissknife::g_statistics |
const char | gCernIt1PublicKey [] |
const char | gCernIt4PublicKey [] |
const char | gCernIt5PublicKey [] |
|
static |
Definition at line 85 of file preload.cc.
Referenced by main().
|
static |
Definition at line 96 of file preload.cc.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
const char gCernIt1PublicKey[] |
Definition at line 51 of file preload.cc.
Referenced by main().
const char gCernIt4PublicKey[] |
Definition at line 62 of file preload.cc.
Referenced by main().
const char gCernIt5PublicKey[] |
Definition at line 73 of file preload.cc.
Referenced by main().
const int kDefaultPreloaderRetries = 2 |
Definition at line 29 of file preload.cc.
Referenced by main(), and swissknife::Usage().
const int kDefaultPreloaderTimeout = 10 |
Definition at line 28 of file preload.cc.
Referenced by main(), and swissknife::Usage().
const char* kVersion = VERSION |
Definition at line 27 of file preload.cc.
Referenced by ChunkTables::ChunkTables(), glue::InodeTracker::CopyFrom(), XattrList::Deserialize(), glue::InodeTracker::InodeTracker(), and swissknife::Usage().