summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-08-02 17:43:42 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-08-02 17:43:42 +0100
commitdf0e930c949a6bfdb1fc8d7d699970502c2ab304 (patch)
tree4a1f7044b0b31a7fecc32a810ffce42e1ba6cf0f /include
parent5e724a3f2a65f995553b05631a798732448d24fa (diff)
parentd60ccf9aa7813adb7675529967afeec3de0094bd (diff)
downloadrabbitmq-server-git-df0e930c949a6bfdb1fc8d7d699970502c2ab304.tar.gz
Merging bug 21387 onto default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 6364d60f01..a2529e2d19 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -72,6 +72,8 @@
-record(delivery, {mandatory, immediate, txn, sender, message}).
-record(amqp_error, {name, explanation, method = none}).
+-record(event, {type, props, timestamp}).
+
%%----------------------------------------------------------------------------
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").
@@ -83,6 +85,7 @@
-define(HIBERNATE_AFTER_MIN, 1000).
-define(DESIRED_HIBERNATE, 10000).
+-define(STATS_INTERVAL, 5000).
-ifdef(debug).
-define(LOGDEBUG0(F), rabbit_log:debug(F)).