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 | 4c1d597012d2915ef55f0033092eeb3434b83841 (patch) | |
| tree | 39c39ce6b2f697036cbdc89f3d64de5b68883688 /src | |
| parent | d272bdb9ad30ebe50bc91d86df85ae459c2ab057 (diff) | |
| download | rabbitmq-server-git-4c1d597012d2915ef55f0033092eeb3434b83841.tar.gz | |
multiple_routing_keys/0 is not part of the backing_queue
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index 3ef76d1552..13fe9fda69 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, |
