summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2015-12-30 15:31:42 +0100
committerLukas Pioch <lukas@zgow.de>2016-01-17 20:11:37 +0100
commite1ba104359b70d83303caaefce4bcf58c9bd6b76 (patch)
tree02fbb0b9a7e9299f837196b191f244f75ab43fc0 /src/Server.h
parentMerge pull request #2887 from LogicParrot/water (diff)
downloadcuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.tar
cuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.tar.gz
cuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.tar.bz2
cuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.tar.lz
cuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.tar.xz
cuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.tar.zst
cuberite-e1ba104359b70d83303caaefce4bcf58c9bd6b76.zip
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h
index 4d0bc1c18..9131697c2 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -189,7 +189,7 @@ private:
bool m_bIsConnected; // true - connected false - not connected
- bool m_bRestarting;
+ std::atomic<bool> m_bRestarting;
/** The private key used for the assymetric encryption start in the protocols */
cRsaPrivateKey m_PrivateKey;