diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-24 13:11:25 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-24 13:11:25 +0100 |
| commit | a612c922bced1725dbcf7e5365d57fc3ceec17c1 (patch) | |
| tree | b6c5ce77441fcc8cdf469722ca537c9e9f6190ca /include | |
| parent | 1bbba45fd6e09989da671c4454a31098b3f6ef04 (diff) | |
| download | rabbitmq-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.hrl | 2 |
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) :: |
