diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-05-19 16:08:51 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-05-19 16:08:51 +0100 |
| commit | 20e8bb01733b2f67598425a112f339a4088ab5b0 (patch) | |
| tree | 471d183c7ec8261f821692c00838c1fe1d967643 /include | |
| parent | 481ba618783febcb470a803bc652acf56200ee09 (diff) | |
| parent | f2743b4d5b941cd2d65934b07b4f2d141491804e (diff) | |
| download | rabbitmq-server-git-20e8bb01733b2f67598425a112f339a4088ab5b0.tar.gz | |
merge bug24117 into default
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 d9296bf631..1c2b94e267 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -66,8 +66,8 @@ -spec(set_ram_duration_target/2 :: (('undefined' | 'infinity' | number()), state()) -> state()). -spec(ram_duration/1 :: (state()) -> {number(), state()}). --spec(needs_idle_timeout/1 :: (state()) -> boolean()). --spec(idle_timeout/1 :: (state()) -> state()). +-spec(needs_timeout/1 :: (state()) -> 'false' | 'timed' | 'idle'). +-spec(timeout/1 :: (state()) -> state()). -spec(handle_pre_hibernate/1 :: (state()) -> state()). -spec(status/1 :: (state()) -> [{atom(), any()}]). -spec(invoke/3 :: (atom(), fun ((atom(), A) -> A), state()) -> state()). |
