diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-08-15 18:13:02 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-08-15 18:13:02 +0000 |
| commit | 7c966bd1fcb801e14e001237096470b9c7e87f1f (patch) | |
| tree | 36409d01a360e3150a587fec1b9a30bcb5e8d89b /cpp/src/qpid/broker/NullMessageStore.h | |
| parent | 3f2ac50fdb042c2c48ebbdc1e70e442f0bf1ab86 (diff) | |
| download | qpid-python-7c966bd1fcb801e14e001237096470b9c7e87f1f.tar.gz | |
async IO for broker store
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566289 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/NullMessageStore.h')
| -rw-r--r-- | cpp/src/qpid/broker/NullMessageStore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/NullMessageStore.h b/cpp/src/qpid/broker/NullMessageStore.h index e6188b43ce..0d5a5b55f9 100644 --- a/cpp/src/qpid/broker/NullMessageStore.h +++ b/cpp/src/qpid/broker/NullMessageStore.h @@ -62,6 +62,7 @@ public: virtual void loadContent(PersistableMessage& msg, std::string& data, uint64_t offset, uint32_t length); virtual void enqueue(TransactionContext* ctxt, PersistableMessage& msg, const PersistableQueue& queue); virtual void dequeue(TransactionContext* ctxt, PersistableMessage& msg, const PersistableQueue& queue); + virtual u_int32_t outstandingQueueAIO(const PersistableQueue& queue); ~NullMessageStore(){} }; |
