CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cvmfs_talk.cc File Reference
#include <errno.h>
#include <unistd.h>
#include <cassert>
#include <cstring>
#include <string>
#include <vector>
#include "options.h"
#include "util/logging.h"
#include "util/pointer.h"
#include "util/posix.h"
#include "util/string.h"
Include dependency graph for cvmfs_talk.cc:

Go to the source code of this file.

Classes

struct  InstanceInfo
 

Functions

static bool ReadResponse (int fd)
 
bool SendCommand (const std::string &command, InstanceInfo instance_info)
 
static void Usage (const std::string &exe)
 
int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 215 of file cvmfs_talk.cc.

Here is the call graph for this function:

static bool ReadResponse ( int  fd)
static

Definition at line 96 of file cvmfs_talk.cc.

Referenced by SendCommand().

Here is the call graph for this function:

Here is the caller graph for this function:

bool SendCommand ( const std::string &  command,
InstanceInfo  instance_info 
)

Definition at line 112 of file cvmfs_talk.cc.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

static void Usage ( const std::string &  exe)
static

Definition at line 143 of file cvmfs_talk.cc.

Here is the call graph for this function: