diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-19 14:17:31 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-19 14:17:31 +0000 |
commit | 96e34b42f50beff14f918f0f570155e2b10fc56a (patch) | |
tree | 245ed7b07afb40caa60a07e741c899e09ff9094b | |
parent | 237ecf3a84c56d11b2b4af8bd9553451ca640e81 (diff) | |
download | rabbitmq-server-96e34b42f50beff14f918f0f570155e2b10fc56a.tar.gz |
cosmetic
-rw-r--r-- | src/rabbit_backing_queue.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index 99b5946e..9a3c67f9 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -71,8 +71,8 @@ %% content. -callback delete_and_terminate(any(), state()) -> state(). -%% Remove all messages in the queue, but not messages which have been -%% fetched and are pending acks. +%% Remove all 'fetchable' messages from the queue, i.e. all messages +%% except those that have been fetched already and are pending acks. -callback purge(state()) -> {purged_msg_count(), state()}. %% Publish a message. |