summaryrefslogtreecommitdiff
path: root/src/threadengine.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-24 12:53:10 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-24 12:53:10 +0200
commit7bb96595ee11acda44bdeda400e356d4044e072e (patch)
tree91a317793811a02ad49d124b93f169f848aa2b94 /src/threadengine.cpp
parentf8d18d82c707f4ac2de04e96fe55cdfd39374bbc (diff)
Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document what it does
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r--src/threadengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index 82aa78a36..bb686f084 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -26,7 +26,7 @@ void Thread::SetExitFlag()
void Thread::join()
{
- state.FreeThread(this);
+ ServerInstance->Threads.Stop(this);
}
/** If this thread has a Creator set, call it to