summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-01-19 14:17:31 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-01-19 14:17:31 +0000
commit88f1c4487b75dddf8bd21692ae4ed86fefa35038 (patch)
tree245ed7b07afb40caa60a07e741c899e09ff9094b /src
parent7d3474ce5c8994e105cf6088fedba27f050d1dc7 (diff)
downloadrabbitmq-server-git-88f1c4487b75dddf8bd21692ae4ed86fefa35038.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_backing_queue.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index 99b5946e59..9a3c67f9fd 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.