diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-12 12:42:12 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-12 12:42:12 +0100 |
| commit | 3e968fe80353d62def78fa25dc33bb48d672c6a6 (patch) | |
| tree | 37394cc5ed620c96d0533baf1c186a3615a64a5b /include | |
| parent | ce8e794a8b3d6c77d65a14295bfd9bacb15f9929 (diff) | |
| parent | 0c30a3f63b84644a8ebd4f11e7b02a497c9379e8 (diff) | |
| download | rabbitmq-server-git-3e968fe80353d62def78fa25dc33bb48d672c6a6.tar.gz | |
merge heads
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_type_spec.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit_backing_queue_type_spec.hrl b/include/rabbit_backing_queue_type_spec.hrl index ac47ccba3d..afb549187e 100644 --- a/include/rabbit_backing_queue_type_spec.hrl +++ b/include/rabbit_backing_queue_type_spec.hrl @@ -49,8 +49,7 @@ -spec(is_empty/1 :: (state()) -> boolean()). -spec(set_ram_duration_target/2 :: (('undefined' | 'infinity' | number()), state()) -> state()). --spec(update_ram_duration/1 :: (state()) -> state()). --spec(ram_duration/1 :: (state()) -> number()). +-spec(ram_duration/1 :: (state()) -> {number(), state()}). -spec(sync_callback/1 :: (state()) -> ('undefined' | (fun ((A) -> {boolean(), A})))). -spec(handle_pre_hibernate/1 :: (state()) -> state()). |
