summaryrefslogtreecommitdiff
path: root/src/rabbit_queue_index.erl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-06-21 16:38:15 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-06-21 16:38:15 +0100
commit58c35b57cb5ff1fe6584ec67dbaec50ccaebae0e (patch)
treeb95f6580a4f9227549cd8b09b34918105551597d /src/rabbit_queue_index.erl
parent061d64386d642687e76b701a517bfa4d9ac44665 (diff)
downloadrabbitmq-server-58c35b57cb5ff1fe6584ec67dbaec50ccaebae0e.tar.gz
Ensure that this macro doesn't accidentally cause unification with variables in scope
Diffstat (limited to 'src/rabbit_queue_index.erl')
-rw-r--r--src/rabbit_queue_index.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl
index c1054d85..9e970e28 100644
--- a/src/rabbit_queue_index.erl
+++ b/src/rabbit_queue_index.erl
@@ -152,7 +152,7 @@
%% ---- misc ----
--define(PUB, {_Guid, _IsPersistent}).
+-define(PUB, {__Guid, __IsPersistent}).
-define(READ_MODE, [binary, raw, read, {read_ahead, ?SEGMENT_TOTAL_SIZE}]).