diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-21 19:10:41 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-21 19:10:41 +0100 |
| commit | 84ca7ad4736289a4a93af33378a05c19c775cfa7 (patch) | |
| tree | e6cae31d84a68a2d4aeb7699b4f2821b1aedfae5 /include | |
| parent | 9fb229328b35ba8952e185865ce37f11cd826f4f (diff) | |
| parent | ddd7eb9d66921dcf99a793719799d22bf4bb9f5c (diff) | |
| download | rabbitmq-server-git-84ca7ad4736289a4a93af33378a05c19c775cfa7.tar.gz | |
Merged default into bug21387
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 05dc1464cd..005994f09f 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -38,6 +38,7 @@ -type(ack_required() :: boolean()). -spec(start/1 :: ([rabbit_amqqueue:name()]) -> 'ok'). +-spec(stop/0 :: () -> 'ok'). -spec(init/3 :: (rabbit_amqqueue:name(), is_durable(), attempt_recovery()) -> state()). -spec(terminate/1 :: (state()) -> state()). -spec(delete_and_terminate/1 :: (state()) -> state()). @@ -57,7 +58,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()}]). |
