diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-09 17:09:48 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-09 17:09:48 +0100 |
| commit | fcb86e5510b702d78892eaa0de5d00471339918f (patch) | |
| tree | 88ba3981485c313c156a7f99dd36fdaf34824f07 /include | |
| parent | 603cb38b0b87d5efc6d7450640a074947c6f01b0 (diff) | |
| download | rabbitmq-server-git-fcb86e5510b702d78892eaa0de5d00471339918f.tar.gz | |
Corrections to specs, docs and exports
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_type_spec.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_type_spec.hrl b/include/rabbit_backing_queue_type_spec.hrl index f0a81aad4d..54118ba640 100644 --- a/include/rabbit_backing_queue_type_spec.hrl +++ b/include/rabbit_backing_queue_type_spec.hrl @@ -51,6 +51,7 @@ (('undefined' | 'infinity' | number()), state()) -> state()). -spec(update_ram_duration/1 :: (state()) -> state()). -spec(ram_duration/1 :: (state()) -> number()). --spec(sync_callback/1 :: (state()) -> ('undefined' | {atom(), [any()]})). +-spec(sync_callback/1 :: (state()) -> + ('undefined' | (fun ((A) -> {boolean(), A})))). -spec(handle_pre_hibernate/1 :: (state()) -> state()). -spec(status/1 :: (state()) -> [{atom(), any()}]). |
