X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fthreads%2Fthreadlist.hpp;h=b856c3ba769f54b5f0ef102043f109da52862352;hp=4ca60a85dea0f13c5780d854c2ec4a3e29ec1e3f;hb=3936052d73a3af4ed04156a470407915834a4fd6;hpb=ac631c42adf26cee868135fc74401039099fe5ee diff --git a/src/threads/threadlist.hpp b/src/threads/threadlist.hpp index 4ca60a85d..b856c3ba7 100644 --- a/src/threads/threadlist.hpp +++ b/src/threads/threadlist.hpp @@ -57,6 +57,8 @@ private: // Thread counters for internal usage. static int32_t _number_of_non_daemon_threads; + static int32_t _last_index; + static void remove_from_active_thread_list(threadobject* t); static void add_to_free_thread_list(threadobject* t); static void add_to_free_index_list(int32_t index);