Repo-Init
Loading...
Searching...
No Matches
ErrorHelpers.cpp
Go to the documentation of this file.
1
#include "
utils/ErrorHelpers.hpp
"
2
3
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
4
std::vector<std::pair<std::string, std::shared_ptr<std::atomic_flag>>>
vCheckFlag
;
5
6
char
*
checkError
(
int
/*unused*/
,
char
*buffer,
int
/*unused*/
) {
return
buffer; }
7
8
char
*
checkError
(
char
*result,
const
char
*
/*unused*/
,
int
/*unused*/
) {
return
result; }
checkError
char * checkError(int, char *buffer, int)
Definition
ErrorHelpers.cpp:6
vCheckFlag
std::vector< std::pair< std::string, std::shared_ptr< std::atomic_flag > > > vCheckFlag
Global variable to check if the servers are running.
Definition
ErrorHelpers.cpp:4
ErrorHelpers.hpp
src
utils
ErrorHelpers.cpp
Generated on Sun Nov 10 2024 08:35:45 for Repo-Init by
1.11.0