X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fmsg-thread.cpp;h=d7e4eb28044d4cb052b156d885bd2c3a0a75ae11;hp=14bdfccb46ad9c47fd8cd18f37f149343250cdd4;hb=4f79f9b5b0095b2f81b1ce583f0f82462f9ee36a;hpb=22afe38a1f113ef7f2a46d1fde0141cf10b27eb4 diff --git a/src/msg-thread.cpp b/src/msg-thread.cpp index 14bdfcc..d7e4eb2 100644 --- a/src/msg-thread.cpp +++ b/src/msg-thread.cpp @@ -1,5 +1,5 @@ /* This file is part of YAZ proxy - Copyright (C) 1998-2008 Index Data + Copyright (C) 1998-2011 Index Data 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 @@ -130,7 +130,7 @@ Msg_Thread::~Msg_Thread() m_p->m_stop_flag = true; pthread_cond_broadcast(&m_p->m_cond_input_data); pthread_mutex_unlock(&m_p->m_mutex_input_data); - + int i; for (i = 0; im_no_threads; i++) pthread_join(m_p->m_thread_id[i], 0); @@ -183,7 +183,7 @@ void Msg_Thread::run(void *p) IMsg_Thread *out = in->handle(); pthread_mutex_lock(&m_p->m_mutex_output_data); m_p->m_output.enqueue(out); - + write(m_p->m_fd[1], "", 1); pthread_mutex_unlock(&m_p->m_mutex_output_data); } @@ -206,6 +206,7 @@ void Msg_Thread::put(IMsg_Thread *m) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab