diff options
| author | David Wragg <dpw@lshift.net> | 2010-04-28 16:08:22 +0100 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2010-04-28 16:08:22 +0100 |
| commit | 6324169a1041a601712c8dd12a36bfaed56b3cd4 (patch) | |
| tree | ad8e6ac445e84cfafdb7078227bf4e3547129b33 /include | |
| parent | 843339a9d5b94264d157859cc57cc0cf8b3c60b3 (diff) | |
| parent | e223ba8fff109678397c561fda3b4e0b5011864c (diff) | |
| download | rabbitmq-server-git-6324169a1041a601712c8dd12a36bfaed56b3cd4.tar.gz | |
Merge default into amqp_0_9_1 (for the sake of bug22619)
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 852fdd8b56..def1b69eec 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) :: |
