summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-01-11 15:15:15 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-01-11 15:15:15 +0000
commit566d62432fc5c627e4f413ad5a8ce9ae6f0a0ac7 (patch)
treef776fca604bc02fae1ff7b93960433c60734d625 /include
parent33d71911af2bcae1d145a663d4c4cdb488fd7f28 (diff)
parent27fe1d8bf9c554c9aecd667d8f23a965edcbc1d1 (diff)
downloadrabbitmq-server-git-566d62432fc5c627e4f413ad5a8ce9ae6f0a0ac7.tar.gz
Merge default
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 f67c6f46d1..6fa34ccc89 100644
--- a/include/rabbit_backing_queue_spec.hrl
+++ b/include/rabbit_backing_queue_spec.hrl
@@ -58,7 +58,7 @@
(fun ((rabbit_types:message_properties()) -> boolean()), state())
-> state()).
-spec(fetch/2 :: (ack_required(), state()) -> {fetch_result(), state()}).
--spec(ack/2 :: ([ack()], state()) -> {[rabbit_guid:guid()], state()}).
+-spec(ack/2 :: ([ack()], state()) -> state()).
-spec(tx_publish/4 :: (rabbit_types:txn(), rabbit_types:basic_message(),
rabbit_types:message_properties(), state()) -> state()).
-spec(tx_ack/3 :: (rabbit_types:txn(), [ack()], state()) -> state()).