CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
receiver.cc File Reference
#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"
Include dependency graph for receiver.cc:

Go to the source code of this file.

Functions

swissknife::ParameterList MakeParameterList ()
 
bool ReadCmdLineArguments (int argc, char **argv, const swissknife::ParameterList &params, swissknife::ArgumentList *arguments)
 
int main (int argc, char **argv)
 

Variables

static const char * kDefaultReceiverLogDir = "/var/log/cvmfs_receiver/"
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 83 of file receiver.cc.

Here is the call graph for this function:

swissknife::ParameterList MakeParameterList ( )

Definition at line 20 of file receiver.cc.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

bool ReadCmdLineArguments ( int  argc,
char **  argv,
const swissknife::ParameterList params,
swissknife::ArgumentList arguments 
)

Definition at line 33 of file receiver.cc.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const char* kDefaultReceiverLogDir = "/var/log/cvmfs_receiver/"
static

This file is part of the CernVM File System.

Definition at line 18 of file receiver.cc.

Referenced by main(), and MakeParameterList().