|
Zappy Server
C++ game server: world, rules, scheduler, network
|
Functions | |
| void | requestStop (int) |
Variables | |
| volatile std::sig_atomic_t | g_stopRequested = 0 |
| void anonymous_namespace{Server.cpp}::requestStop | ( | int | ) |
Definition at line 14 of file Server.cpp.
References g_stopRequested.
| volatile std::sig_atomic_t anonymous_namespace{Server.cpp}::g_stopRequested = 0 |
Definition at line 13 of file Server.cpp.
Referenced by requestStop().