From 0844144e5b93bfd25be1d5ebb3d43bc789b49a29 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 26 Aug 2010 21:12:54 +0000 Subject: Give timer tasks a name for logging purposes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@989925 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/broker/SessionState.cpp') diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 426ef190dd..6f02399795 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -213,7 +213,7 @@ struct ScheduledCreditTask : public sys::TimerTask { SessionState& sessionState; ScheduledCreditTask(const qpid::sys::Duration& d, sys::Timer& t, SessionState& s) : - TimerTask(d), + TimerTask(d,"ScheduledCredit"), timer(t), sessionState(s) {} -- cgit v1.2.1