#include "utils/ErrorHelpers.hpp"
Go to the source code of this file.
Functions | |
char * | checkError (int, char *buffer, int) |
char * | checkError (char *result, const char *, int) |
Variables | |
std::vector< std::pair< std::string, std::shared_ptr< std::atomic_flag > > > | vCheckFlag |
Global variable to check if the servers are running. | |
char * checkError | ( | char * | result, |
const char * | , | ||
int | ) |
Definition at line 8 of file ErrorHelpers.cpp.
char * checkError | ( | int | , |
char * | buffer, | ||
int | ) |
Definition at line 6 of file ErrorHelpers.cpp.
std::vector<std::pair<std::string, std::shared_ptr<std::atomic_flag> > > vCheckFlag |
Global variable to check if the servers are running.
Definition at line 4 of file ErrorHelpers.cpp.