diff options
author | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-09 17:52:10 +0000 |
---|---|---|
committer | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-09 17:52:10 +0000 |
commit | 0de13ab0f1da5dec85b691a570218e0cc72f6cef (patch) | |
tree | 37fc91be7259ffd5599773865fccefe85e37c579 /include | |
parent | 68afd00b8bc9e4b8d29243a5ed47b9b1ab3962bc (diff) | |
parent | 84030fb5c52543c9fa700c46cb18f7d6bce5f2a2 (diff) | |
download | rabbitmq-server-0de13ab0f1da5dec85b691a570218e0cc72f6cef.tar.gz |
merged default into bug18381bug18381
Diffstat (limited to 'include')
-rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 2af8691c..d07aeaf8 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -72,6 +72,8 @@ -type(erlang_node() :: atom()). -type(socket() :: port()). -type(thunk(T) :: fun(() -> T)). +-type(info_key() :: atom()). +-type(info() :: {info_key(), any()}). %% this is really an abstract type, but dialyzer does not support them -type(guid() :: any()). |