summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-08-28 12:41:31 +0000
committerGordon Sim <gsim@apache.org>2013-08-28 12:41:31 +0000
commit01cb164d09b628206335c138eba796b3487c5ea0 (patch)
treef237bb35e462a28039cef852d4e8e03cda08bd8e /qpid/cpp/src/qpid/broker/amqp/Outgoing.h
parentc29ed9b3d6d5bc2f772b7700166fa11d138ae3ec (diff)
downloadqpid-python-01cb164d09b628206335c138eba796b3487c5ea0.tar.gz
QPID-4978: add support for reliability option
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1518182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/amqp/Outgoing.h')
-rw-r--r--qpid/cpp/src/qpid/broker/amqp/Outgoing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Outgoing.h b/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
index f0f2226e10..d333c54672 100644
--- a/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
+++ b/qpid/cpp/src/qpid/broker/amqp/Outgoing.h
@@ -135,6 +135,7 @@ class OutgoingFromQueue : public Outgoing, public qpid::broker::Consumer, public
std::vector<char> buffer;
std::string subjectFilter;
boost::scoped_ptr<Selector> selector;
+ bool unreliable;
};
}}} // namespace qpid::broker::amqp