summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-24 13:11:25 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-24 13:11:25 +0100
commita612c922bced1725dbcf7e5365d57fc3ceec17c1 (patch)
treeb6c5ce77441fcc8cdf469722ca537c9e9f6190ca /include
parent1bbba45fd6e09989da671c4454a31098b3f6ef04 (diff)
downloadrabbitmq-server-git-a612c922bced1725dbcf7e5365d57fc3ceec17c1.tar.gz
change guids to fixed-size binaries
This change was cherry-picked from the bug21673 branch and brings 'default' closer to that branch.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 552aec6726..a4abc1ffb2 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -87,7 +87,7 @@
-type(file_path() :: string()).
%% this is really an abstract type, but dialyzer does not support them
--type(guid() :: any()).
+-type(guid() :: binary()).
-type(txn() :: guid()).
-type(pkey() :: guid()).
-type(r(Kind) ::