diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2013-11-11 15:01:37 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2013-11-11 15:01:37 +0000 |
commit | 451849adf9a5e0b589d5ed85af1663d129eebf19 (patch) | |
tree | 3762232741bb114747d5b446f8061d86a7de1b34 | |
parent | f867807a58ccb611c8fc22eef3d01ceb7c8fc312 (diff) | |
download | rabbitmq-server-451849adf9a5e0b589d5ed85af1663d129eebf19.tar.gz |
Forgot to add a spec
-rw-r--r-- | src/rabbit_mirror_queue_misc.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl index c53ad7b9..65cc58be 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -57,6 +57,7 @@ -spec(is_mirrored/1 :: (rabbit_types:amqqueue()) -> boolean()). -spec(update_mirrors/2 :: (rabbit_types:amqqueue(), rabbit_types:amqqueue()) -> 'ok'). +-spec(maybe_auto_sync/1 :: (rabbit_types:amqqueue()) -> 'ok'). -endif. |