summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/exp/QueueContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/exp/QueueContext.h')
-rw-r--r--qpid/cpp/src/qpid/cluster/exp/QueueContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/exp/QueueContext.h b/qpid/cpp/src/qpid/cluster/exp/QueueContext.h
index 8ed54596a8..cb1499f83c 100644
--- a/qpid/cpp/src/qpid/cluster/exp/QueueContext.h
+++ b/qpid/cpp/src/qpid/cluster/exp/QueueContext.h
@@ -51,7 +51,7 @@ class Multicaster;
*/
class QueueContext : public RefCounted {
public:
- QueueContext(broker::Queue& q, Multicaster& m);
+ QueueContext(broker::Queue& q, sys::Duration consumeLock, Multicaster& m);
~QueueContext();
/** Replica state has changed, called in deliver thread.