X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmsg-thread.cpp;h=17029ec4032ee1e9bf49238a20b6b2729d8e74be;hb=8dc6d0bc4ddbb2d37b3aafd93396a0e4a8e87560;hp=e277584cd08ffa610943bf15be89a80f30ceb0c4;hpb=32e20aac80d955f4eaa2b78dfd99788bbc02edb2;p=yazproxy-moved-to-github.git diff --git a/src/msg-thread.cpp b/src/msg-thread.cpp index e277584..17029ec 100644 --- a/src/msg-thread.cpp +++ b/src/msg-thread.cpp @@ -1,4 +1,4 @@ -/* $Id: msg-thread.cpp,v 1.8 2005-09-12 20:09:14 adam Exp $ +/* $Id: msg-thread.cpp,v 1.11 2006-03-29 13:33:47 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -23,13 +23,18 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include #include #include "msg-thread.h" using namespace yazpp_1; +IMsg_Thread::~IMsg_Thread() +{ + +} + Msg_Thread_Queue::Msg_Thread_Queue() { m_list = 0; @@ -96,7 +101,7 @@ Msg_Thread::~Msg_Thread() { pthread_mutex_lock(&m_mutex_input_data); m_stop_flag = true; - pthread_cond_signal(&m_cond_input_data); + pthread_cond_broadcast(&m_cond_input_data); pthread_mutex_unlock(&m_mutex_input_data); int i;