summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-06-16 15:39:36 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-06-16 15:39:36 +0100
commit1c95e37084f031036191dab792c82c8599bd477f (patch)
tree7eaec4b5c7c465bb7d1938af9d82f0767f31e464 /include
parent79f8803b480cab6974c6f212e3644a8f0893596b (diff)
parent9d18532b053ce463a6db33c8559097278e8f87ec (diff)
downloadrabbitmq-server-git-1c95e37084f031036191dab792c82c8599bd477f.tar.gz
Merged bug 22597
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)).