X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fmsg-thread.cpp;h=865896ac3967c3ec1ae84cb58b53299059285af5;hb=16fee003605b650c1a329694f060c27b5be5e95b;hp=69ea656dcc9d689e7d39cb77b429f64ca85c9f51;hpb=49ecb0941eb140efa0f0574829ac33574b97a187;p=yazproxy-moved-to-github.git diff --git a/src/msg-thread.cpp b/src/msg-thread.cpp index 69ea656..865896a 100644 --- a/src/msg-thread.cpp +++ b/src/msg-thread.cpp @@ -1,7 +1,7 @@ -/* $Id: msg-thread.cpp,v 1.9 2005-09-26 09:22:59 adam Exp $ - Copyright (c) 1998-2005, Index Data. +/* $Id: msg-thread.cpp,v 1.12 2006-03-30 10:31:17 adam Exp $ + Copyright (c) 1998-2006, Index Data. -This file is part of the yaz-proxy. +This file is part of the yazproxy. YAZ proxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -23,7 +23,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include #include #include "msg-thread.h" @@ -101,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;