CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
helper_util.h File Reference
#include <string>
Include dependency graph for helper_util.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

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().

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

void WriteMsg ( const std::string &  msg)

Variable Documentation

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().