summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-06-18 11:34:53 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-06-18 11:34:53 +0100
commitf1b10de2a5c2ca6c5665c390ea27c323b47c756d (patch)
treec05acdc3e6ca9fd78c76b566c46f04cfa87a7ba4 /include
parent46e7d37b131c7d076aeaf1cbf85a32d095ad9925 (diff)
parent04c98fd4fae7205955463c7178c06b3e328e86a2 (diff)
downloadrabbitmq-server-git-f1b10de2a5c2ca6c5665c390ea27c323b47c756d.tar.gz
Merging default into bug21673
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 0d75310b11..06297c69f3 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -79,6 +79,7 @@
-type(maybe(T) :: T | 'none').
-type(erlang_node() :: atom()).
+-type(node_type() :: disc_only | disc | ram | unknown).
-type(ssl_socket() :: #ssl_socket{}).
-type(socket() :: port() | ssl_socket()).
-type(thunk(T) :: fun(() -> T)).