summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-12 12:40:20 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-12 12:40:20 +0100
commit0c30a3f63b84644a8ebd4f11e7b02a497c9379e8 (patch)
treee11778262081f8b6cad86e7c3411e0d346ef2ef5 /include
parent834f532f059b894f401ef385907fab5c8db29621 (diff)
downloadrabbitmq-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.hrl2
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()).