diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-05 18:03:56 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-10-05 18:03:56 +0100 |
| commit | 1cd4e77393e74bbcb79cace93ed9af83a93314b2 (patch) | |
| tree | dfbb37b433def5d4bfe7e2358e0ad13f5cd872a6 /include | |
| parent | 6ff61b3f9f21d62c60650ebbeaae3b35b528a457 (diff) | |
| download | rabbitmq-server-git-1cd4e77393e74bbcb79cace93ed9af83a93314b2.tar.gz | |
swap the arguments of ack/2
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 98d7ee9b8d..9f3a022797 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -51,7 +51,7 @@ -spec(publish_delivered/4 :: (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(), [rabbit_guid:guid()]}). +-spec(ack/2 :: ([ack()], state()) -> {[rabbit_guid:guid()], state()}). -spec(tx_publish/3 :: (rabbit_types:txn(), rabbit_types:basic_message(), state()) -> state()). -spec(tx_ack/3 :: (rabbit_types:txn(), [ack()], state()) -> state()). |
