summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-27 17:57:08 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-27 17:57:08 +0000
commitf6da4265a1b8ee4ad561e8b5f5086c91530d6430 (patch)
treee6c31dbb1dcff10b44cd2794b2530fb0679caef6 /include
parentae0bfcaba99b9d9af7daafee8b658d5d3fb314c9 (diff)
downloadrabbitmq-server-git-f6da4265a1b8ee4ad561e8b5f5086c91530d6430.tar.gz
Rename process_messages to fold.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit_backing_queue_spec.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl
index 1221d0d0cd..854011cd9d 100644
--- a/include/rabbit_backing_queue_spec.hrl
+++ b/include/rabbit_backing_queue_spec.hrl
@@ -51,7 +51,7 @@
-spec(fetch/2 :: (true, state()) -> {fetch_result(ack()), state()};
(false, state()) -> {fetch_result(undefined), state()}).
-spec(ack/2 :: ([ack()], state()) -> {[rabbit_guid:guid()], state()}).
--spec(process_messages/3 :: ([ack()], msg_fun(), state()) -> state()).
+-spec(fold/3 :: ([ack()], msg_fun(), state()) -> state()).
-spec(requeue/2 :: ([ack()], state())
-> {[rabbit_guid:guid()], state()}).
-spec(len/1 :: (state()) -> non_neg_integer()).