diff options
Diffstat (limited to 'cpp/src/qmf/AgentImpl.h')
| -rw-r--r-- | cpp/src/qmf/AgentImpl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qmf/AgentImpl.h b/cpp/src/qmf/AgentImpl.h index b852570418..7fa4f4373a 100644 --- a/cpp/src/qmf/AgentImpl.h +++ b/cpp/src/qmf/AgentImpl.h @@ -29,6 +29,7 @@ #include "qmf/SchemaCache.h" #include "qpid/messaging/Session.h" #include "qpid/messaging/Message.h" +#include "qpid/messaging/Sender.h" #include "qpid/sys/Mutex.h" #include "qpid/sys/Condition.h" #include <boost/shared_ptr.hpp> @@ -90,11 +91,13 @@ namespace qmf { mutable qpid::sys::Mutex lock; std::string name; + std::string directSubject; uint32_t epoch; ConsoleSessionImpl& session; bool touched; uint32_t untouchedCount; uint32_t capability; + qpid::messaging::Sender sender; qpid::types::Variant::Map attributes; uint32_t nextCorrelator; std::map<uint32_t, boost::shared_ptr<SyncContext> > contextMap; |
