From 0e25a951f34f16c4bcc19a5b4e60686601adf63b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 23 Oct 2003 08:48:35 +0000 Subject: [PATCH] Check missing member --- include/yaz++/pdu-assoc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/yaz++/pdu-assoc.h b/include/yaz++/pdu-assoc.h index 38a0d66..72a2832 100644 --- a/include/yaz++/pdu-assoc.h +++ b/include/yaz++/pdu-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2003, Index Data. * See the file LICENSE for details. * - * $Id: pdu-assoc.h,v 1.3 2003-10-10 12:37:26 adam Exp $ + * $Id: pdu-assoc.h,v 1.4 2003-10-23 08:48:35 adam Exp $ */ #ifndef YAZ_PDU_ASSOC_INCLUDED @@ -46,6 +46,7 @@ class YAZ_EXPORT Yaz_PDU_Assoc : public IYaz_PDU_Observable, IYazSocketObserver char *m_input_buf; int m_input_len; PDU_Queue *m_queue_out; + PDU_Queue *m_queue_in; int Yaz_PDU_Assoc::flush_PDU(); int *m_destroyed; int m_idleTime; -- 1.7.10.4