summaryrefslogtreecommitdiffstats
path: root/source/cAuthenticator.h
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-15 22:47:21 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-15 22:47:21 +0100
commit7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b (patch)
treeaaeec8b2a6d0ce2a02d089e53505b5b6d054f812 /source/cAuthenticator.h
parentFixed a deadlock in WorldStorage (diff)
downloadcuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.tar
cuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.tar.gz
cuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.tar.bz2
cuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.tar.lz
cuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.tar.xz
cuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.tar.zst
cuberite-7a26fbe4712efd2d1f41fd6c588e483d3db0ba1b.zip
Diffstat (limited to '')
-rw-r--r--source/cAuthenticator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cAuthenticator.h b/source/cAuthenticator.h
index cb2a4ff1e..dd4c5d989 100644
--- a/source/cAuthenticator.h
+++ b/source/cAuthenticator.h
@@ -41,6 +41,9 @@ public:
/// Queues a request for authenticating a user. If the auth fails, the user is kicked
void Authenticate(const AString & iUserName, const AString & iServerHash);
+
+ // Stops the authenticator thread
+ void Stop(void);
private: