diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-07 14:26:20 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-07 14:26:20 +0100 |
| commit | 37b3778664a83f5d632a0a73110aa60d55e03e06 (patch) | |
| tree | 7f7bc177a76d9980f2d322d54529f4208bf66dd4 /include | |
| parent | 6978ff64d9d952603f5ac3859d65a332eaa4a876 (diff) | |
| parent | 5f810eca3ff2ec81a4760e0ad1e3c5ed71711918 (diff) | |
| download | rabbitmq-server-git-37b3778664a83f5d632a0a73110aa60d55e03e06.tar.gz | |
merge bug22896 into bug21673
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 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()}]). |
