summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-20 12:46:47 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-20 12:46:47 +0100
commit3b93007137e1a5d2259ca954bfbc77d81f622d26 (patch)
treeed6e1bb1d68072c2404b1d3f94176a40df904b2c /include
parent4ff838e74360176024305c2101f4fc6b1c09e50b (diff)
parent89d63aa6763a95e85c5afb8b587c693871fe3afb (diff)
downloadrabbitmq-server-git-3b93007137e1a5d2259ca954bfbc77d81f622d26.tar.gz
Merged default into bug 22889
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()}]).