CernVM-FS
2.12.0
|
#include <string>
#include "cvmfs_config.h"
#include "monitor.h"
#include "swissknife.h"
#include "util/exception.h"
#include "util/logging.h"
#include "util/posix.h"
#include "util/string.h"
#include "reactor.h"
Go to the source code of this file.
Functions | |
swissknife::ParameterList | MakeParameterList () |
bool | ReadCmdLineArguments (int argc, char **argv, const swissknife::ParameterList ¶ms, swissknife::ArgumentList *arguments) |
int | main (int argc, char **argv) |
Variables | |
static const char * | kDefaultReceiverLogDir = "/var/log/cvmfs_receiver/" |
int main | ( | int | argc, |
char ** | argv | ||
) |
swissknife::ParameterList MakeParameterList | ( | ) |
Definition at line 20 of file receiver.cc.
Referenced by main().
bool ReadCmdLineArguments | ( | int | argc, |
char ** | argv, | ||
const swissknife::ParameterList & | params, | ||
swissknife::ArgumentList * | arguments | ||
) |
Definition at line 33 of file receiver.cc.
Referenced by main().
|
static |
This file is part of the CernVM File System.
Definition at line 18 of file receiver.cc.
Referenced by main(), and MakeParameterList().