From 545c32d8e94199bf5d1c44035016dab7320e9cf6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 26 Nov 2012 12:19:30 -0600 Subject: Fix long-standing intermittent bug whereby an application using dbus-1-tqt would randomly hang after many hours of continuous operation --- tqdbusconnection_p.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tqdbusconnection_p.h') diff --git a/tqdbusconnection_p.h b/tqdbusconnection_p.h index cf64c2c..97537f0 100644 --- a/tqdbusconnection_p.h +++ b/tqdbusconnection_p.h @@ -144,6 +144,11 @@ public: }; typedef TQMap PendingCallMap; PendingCallMap pendingCalls; + + typedef TQValueList PendingMessagesForEmit; + PendingMessagesForEmit pendingMessages; + + bool inDispatch; }; #endif -- cgit v1.2.1