summaryrefslogtreecommitdiffstats
path: root/source/OSSupport/IsThread.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-21 20:44:16 +0200
committermadmaxoft <github@xoft.cz>2013-09-21 20:44:16 +0200
commitc56bc4b01c913febd2f062f17aff63e3415eb26c (patch)
tree0b61cee80d58a34e6395ee5650d51a730f3e7529 /source/OSSupport/IsThread.h
parentFixed cFile:IsFolder() and plugin-loading. (diff)
downloadcuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.tar
cuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.tar.gz
cuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.tar.bz2
cuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.tar.lz
cuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.tar.xz
cuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.tar.zst
cuberite-c56bc4b01c913febd2f062f17aff63e3415eb26c.zip
Diffstat (limited to 'source/OSSupport/IsThread.h')
-rw-r--r--source/OSSupport/IsThread.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/OSSupport/IsThread.h b/source/OSSupport/IsThread.h
index 9b7f0b73e..2ea8bf6f9 100644
--- a/source/OSSupport/IsThread.h
+++ b/source/OSSupport/IsThread.h
@@ -48,7 +48,7 @@ public:
/// Returns the OS-dependent thread ID for the caller's thread
static unsigned long GetCurrentID(void);
-private:
+protected:
AString m_ThreadName;
#ifdef _WIN32
@@ -66,7 +66,6 @@ private:
#else // _WIN32
pthread_t m_Handle;
- bool m_HasStarted;
static void * thrExecute(void * a_Param)
{