CernVM-FS
2.12.0
|
#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"
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[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
Definition at line 96 of file cvmfs_talk.cc.
Referenced by SendCommand().
bool SendCommand | ( | const std::string & | command, |
InstanceInfo | instance_info | ||
) |
Definition at line 112 of file cvmfs_talk.cc.
Referenced by main().
|
static |