summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_recent_history_exchange/include/rabbit_recent_history.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_recent_history_exchange/include/rabbit_recent_history.hrl')
-rw-r--r--deps/rabbitmq_recent_history_exchange/include/rabbit_recent_history.hrl10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/rabbitmq_recent_history_exchange/include/rabbit_recent_history.hrl b/deps/rabbitmq_recent_history_exchange/include/rabbit_recent_history.hrl
new file mode 100644
index 0000000000..f143955733
--- /dev/null
+++ b/deps/rabbitmq_recent_history_exchange/include/rabbit_recent_history.hrl
@@ -0,0 +1,10 @@
+%% This Source Code Form is subject to the terms of the Mozilla Public
+%% License, v. 2.0. If a copy of the MPL was not distributed with this
+%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
+%%
+%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
+%%
+
+-define(KEEP_NB, 20).
+-define(RH_TABLE, rh_exchange_table).
+-record(cached, {key, content}).