diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-29 08:34:48 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-29 08:34:48 +0000 |
| commit | c42ba3a379c099410ad0f6079457b7520d38dc3b (patch) | |
| tree | cae0262421630df9be266b5b0d0371e9ce89a201 /include | |
| parent | 7511ecd0b5dd9ecbc350daed964c19f7b7663744 (diff) | |
| parent | 6e869f0f778997a5be571423d02150e4fcdb94dd (diff) | |
| download | rabbitmq-server-git-c42ba3a379c099410ad0f6079457b7520d38dc3b.tar.gz | |
merge from bug23612
bug23612 removes most of the confirms from amqqueue_process.
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 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()). |
