summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-12-09 17:52:10 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2008-12-09 17:52:10 +0000
commit0de13ab0f1da5dec85b691a570218e0cc72f6cef (patch)
tree37fc91be7259ffd5599773865fccefe85e37c579 /include
parent68afd00b8bc9e4b8d29243a5ed47b9b1ab3962bc (diff)
parent84030fb5c52543c9fa700c46cb18f7d6bce5f2a2 (diff)
downloadrabbitmq-server-0de13ab0f1da5dec85b691a570218e0cc72f6cef.tar.gz
merged default into bug18381bug18381
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
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()).