CernVM-FS
2.12.0
|
#include <string>
Go to the source code of this file.
Functions | |
void | CheckCallContext () |
void | ParseHandshakeInit (const std::string &msg) |
void | ParseRequest (const std::string &msg) |
std::string | ReadMsg () |
void | WriteMsg (const std::string &msg) |
Variables | |
const unsigned | kProtocolVersion = 1 |
void CheckCallContext | ( | ) |
Helper binaries are supposed to be called from the cvmfs client, not stand-alone.
Definition at line 32 of file helper_util.cc.
Referenced by main().
void ParseHandshakeInit | ( | const std::string & | msg | ) |
void ParseRequest | ( | const std::string & | msg | ) |
std::string ReadMsg | ( | ) |
Reads a complete message from the cvmfs client.
Definition at line 106 of file helper_util.cc.
Referenced by main().
void WriteMsg | ( | const std::string & | msg | ) |
const unsigned kProtocolVersion = 1 |
This file is part of the CernVM File System.
Definition at line 10 of file helper_util.h.
Referenced by ReadMsg(), and WriteMsg().