summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 35134ee7bc..d3c9ffee4b 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -84,9 +84,8 @@
-type(info_key() :: atom()).
-type(info() :: {info_key(), any()}).
-type(regexp() :: binary()).
--type(file_path() :: any()).
+-type(file_path() :: string()).
-type(io_device() :: any()).
--type(file_open_mode() :: any()).
%% this is really an abstract type, but dialyzer does not support them
-type(guid() :: binary()).
@@ -170,8 +169,6 @@
explanation :: string(),
method :: atom()}).
--type(msg() :: any()).
-
-endif.
%%----------------------------------------------------------------------------
@@ -181,9 +178,6 @@
-define(MAX_WAIT, 16#ffffffff).
--define(PERSISTENT_MSG_STORE, msg_store_persistent).
--define(TRANSIENT_MSG_STORE, msg_store_transient).
-
-define(HIBERNATE_AFTER_MIN, 1000).
-define(DESIRED_HIBERNATE, 10000).