diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-26 17:43:34 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-26 17:43:34 +0100 |
| commit | b3bb364725f16585433cb9b5c8019a98a5a7a2b2 (patch) | |
| tree | 658c8873c44323172df9c6742628ea59aaf570d7 /include | |
| parent | 7e671d094da670ca0b519ee8936cce9da016b0c9 (diff) | |
| parent | 9637b0056fb1112022bda43e5451bee9237d7f63 (diff) | |
| download | rabbitmq-server-git-b3bb364725f16585433cb9b5c8019a98a5a7a2b2.tar.gz | |
Merging default into bug19844
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) :: |
