CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
loader_talk.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_LOADER_TALK_H_
6 #define CVMFS_LOADER_TALK_H_
7 
8 #include <string>
9 
10 namespace loader {
11 namespace loader_talk {
12 
13 bool Init(const std::string &socket_path);
14 void Spawn();
15 void Fini();
16 
17 int MainReload(const std::string &socket_path, const bool stop_and_go,
18  const bool debug);
19 
20 } // namespace loader_talk
21 } // namespace loader
22 
23 #endif // CVMFS_LOADER_TALK_H_
bool Init(const string &socket_path)
Definition: loader_talk.cc:32
int MainReload(const std::string &socket_path, const bool stop_and_go, const bool debug)
Definition: loader_talk.cc:128