From 5dbabb823456744e7442edc2bfde1272bb2edcb1 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Sat, 29 Jan 2011 16:29:33 -0500 Subject: Remove cull_list.h from inspircd.h --- src/threadengines/threadengine_pthread.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/threadengines/threadengine_pthread.cpp') diff --git a/src/threadengines/threadengine_pthread.cpp b/src/threadengines/threadengine_pthread.cpp index 52ed4649a..d73ac5b30 100644 --- a/src/threadengines/threadengine_pthread.cpp +++ b/src/threadengines/threadengine_pthread.cpp @@ -12,6 +12,7 @@ */ #include "inspircd.h" +#include "cull_list.h" #include "threadengines/threadengine_pthread.h" #include #include @@ -54,7 +55,7 @@ class ThreadSignalSocket : public EventHandler ServerInstance->Threads->job_lock.lock(); ServerInstance->Threads->result_ss = NULL; ServerInstance->Threads->job_lock.unlock(); - ServerInstance->GlobalCulls.AddItem(this); + ServerInstance->GlobalCulls->AddItem(this); } } }; @@ -102,7 +103,7 @@ class ThreadSignalSocket : public EventHandler ServerInstance->Threads->job_lock.lock(); ServerInstance->Threads->result_ss = NULL; ServerInstance->Threads->job_lock.unlock(); - ServerInstance->GlobalCulls.AddItem(this); + ServerInstance->GlobalCulls->AddItem(this); } } }; -- cgit v1.3.1-10-gc9f91