summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-06-11 10:31:00 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-06-11 10:31:00 +0100
commit9d18532b053ce463a6db33c8559097278e8f87ec (patch)
treead7bfaf93e46a0cbf9c62b11d78f4a282b9fd93b /include/rabbit.hrl
parent5e209eabc1abdf937d7d4759977f6d6d4b7e3a54 (diff)
downloadrabbitmq-server-git-9d18532b053ce463a6db33c8559097278e8f87ec.tar.gz
moved common spec to rabbit.hrl; rewrote status code
Diffstat (limited to 'include/rabbit.hrl')
-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)).