diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-19 13:32:09 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-19 13:32:09 +0100 |
| commit | f2743b4d5b941cd2d65934b07b4f2d141491804e (patch) | |
| tree | b2f386877fc380e70f10fc16a6e6159e11a7119c /include | |
| parent | c4497f028f22ce73fc80330a17dbb0d930664f6d (diff) | |
| download | rabbitmq-server-git-f2743b4d5b941cd2d65934b07b4f2d141491804e.tar.gz | |
BQ:idle_timeout => BQ:timeout
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index f43baf0d59..1c2b94e267 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -67,7 +67,7 @@ (('undefined' | 'infinity' | number()), state()) -> state()). -spec(ram_duration/1 :: (state()) -> {number(), state()}). -spec(needs_timeout/1 :: (state()) -> 'false' | 'timed' | 'idle'). --spec(idle_timeout/1 :: (state()) -> state()). +-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()). |
