diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-02-24 13:10:40 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-02-24 13:10:40 +0000 |
| commit | 93ca3857e92e73f0e1fbfe8e83fd6f76f22b3425 (patch) | |
| tree | f923b129ee77dce6cf9c3a902d2be6b854f0a005 /include | |
| parent | 948082ce50fbaaa204f1f4337568390a822590a9 (diff) | |
| download | rabbitmq-server-git-93ca3857e92e73f0e1fbfe8e83fd6f76f22b3425.tar.gz | |
rename the weird VQ:ack/3 head to VQ:process_messages/3
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 0fc66851ae..1221d0d0cd 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -50,8 +50,8 @@ -> state()). -spec(fetch/2 :: (true, state()) -> {fetch_result(ack()), state()}; (false, state()) -> {fetch_result(undefined), state()}). --spec(ack/3 :: ([ack()], msg_fun() | 'undefined', state()) -> - {[rabbit_guid:guid()], state()}). +-spec(ack/2 :: ([ack()], state()) -> {[rabbit_guid:guid()], state()}). +-spec(process_messages/3 :: ([ack()], msg_fun(), state()) -> state()). -spec(requeue/2 :: ([ack()], state()) -> {[rabbit_guid:guid()], state()}). -spec(len/1 :: (state()) -> non_neg_integer()). |
