summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-04 15:33:26 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-04 15:33:26 +0100
commit4f7984cc8c35fbe512883ff2bc1784690607d679 (patch)
tree4ec1e510a37a27b5059eb257735de597cc406e4d /include
parent433ce28978c03c72895ee092fee949c24b04d0af (diff)
downloadrabbitmq-server-git-4f7984cc8c35fbe512883ff2bc1784690607d679.tar.gz
refactor
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 8addfb9b76..9d53265677 100644
--- a/include/rabbit_backing_queue_spec.hrl
+++ b/include/rabbit_backing_queue_spec.hrl
@@ -50,7 +50,7 @@
(ack_required(), rabbit_types:basic_message(), confirm_required(), state())
-> {ack(), state()}).
-spec(fetch/2 :: (ack_required(), state()) -> {fetch_result(), state()}).
--spec(ack/2 :: ([ack()], state()) -> state()).
+-spec(ack/2 :: ([ack()], state()) -> {state(), [rabbit_guid:guid()]}).
-spec(tx_publish/3 :: (rabbit_types:txn(), rabbit_types:basic_message(), state()) -> state()).
-spec(tx_ack/3 :: (rabbit_types:txn(), [ack()], state()) -> state()).
-spec(tx_rollback/2 :: (rabbit_types:txn(), state()) -> {[ack()], state()}).