summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-19 08:02:39 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-19 08:02:39 +0100
commit68c2a43dc7a26950d7076da97c8836c3eddc1ff4 (patch)
treed40cf83fe9fcfdac01e0f76d30401a670920c186 /include
parent82bd9b5b57e924b84d8be8e98ed6125a7dfca40b (diff)
downloadrabbitmq-server-git-68c2a43dc7a26950d7076da97c8836c3eddc1ff4.tar.gz
'sync' -> 'idle_timeout'
cherry-picked from bug 21673.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit_backing_queue_spec.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl
index 05dc1464cd..0f57f62433 100644
--- a/include/rabbit_backing_queue_spec.hrl
+++ b/include/rabbit_backing_queue_spec.hrl
@@ -57,7 +57,7 @@
-spec(set_ram_duration_target/2 ::
(('undefined' | 'infinity' | number()), state()) -> state()).
-spec(ram_duration/1 :: (state()) -> {number(), state()}).
--spec(needs_sync/1 :: (state()) -> boolean()).
--spec(sync/1 :: (state()) -> state()).
+-spec(needs_idle_timeout/1 :: (state()) -> boolean()).
+-spec(idle_timeout/1 :: (state()) -> state()).
-spec(handle_pre_hibernate/1 :: (state()) -> state()).
-spec(status/1 :: (state()) -> [{atom(), any()}]).