diff options
author | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-25 14:45:45 +0000 |
---|---|---|
committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-25 14:45:45 +0000 |
commit | 1633fd03f06b5b43006ef83833d5a0c9f28c510f (patch) | |
tree | 39c39ce6b2f697036cbdc89f3d64de5b68883688 | |
parent | fc8f06d3168b6501666c660ec0a38bf2c4fdca5e (diff) | |
download | rabbitmq-server-1633fd03f06b5b43006ef83833d5a0c9f28c510f.tar.gz |
multiple_routing_keys/0 is not part of the backing_queue
-rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 1 | ||||
-rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 17cdedc2..accb2c0e 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -65,4 +65,3 @@ -spec(idle_timeout/1 :: (state()) -> state()). -spec(handle_pre_hibernate/1 :: (state()) -> state()). -spec(status/1 :: (state()) -> [{atom(), any()}]). --spec(multiple_routing_keys/0 :: () -> 'ok'). diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index 3ef76d15..13fe9fda 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -353,6 +353,8 @@ -include("rabbit_backing_queue_spec.hrl"). +-spec(multiple_routing_keys/0 :: () -> 'ok'). + -endif. -define(BLANK_DELTA, #delta { start_seq_id = undefined, |