diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-12 12:40:20 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-12 12:40:20 +0100 |
| commit | 0c30a3f63b84644a8ebd4f11e7b02a497c9379e8 (patch) | |
| tree | e11778262081f8b6cad86e7c3411e0d346ef2ef5 /include | |
| parent | 834f532f059b894f401ef385907fab5c8db29621 (diff) | |
| download | rabbitmq-server-git-0c30a3f63b84644a8ebd4f11e7b02a497c9379e8.tar.gz | |
s/(rabbit_variable_queue:)update_/\1/g. Also, fix in amqqueue_process where the result tuple was the wrong way around
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_type_spec.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_type_spec.hrl b/include/rabbit_backing_queue_type_spec.hrl index ec6db21847..afb549187e 100644 --- a/include/rabbit_backing_queue_type_spec.hrl +++ b/include/rabbit_backing_queue_type_spec.hrl @@ -49,7 +49,7 @@ -spec(is_empty/1 :: (state()) -> boolean()). -spec(set_ram_duration_target/2 :: (('undefined' | 'infinity' | number()), state()) -> state()). --spec(update_ram_duration/1 :: (state()) -> {number(), state()}). +-spec(ram_duration/1 :: (state()) -> {number(), state()}). -spec(sync_callback/1 :: (state()) -> ('undefined' | (fun ((A) -> {boolean(), A})))). -spec(handle_pre_hibernate/1 :: (state()) -> state()). |
