summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-01-20 20:30:55 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-01-20 20:30:55 +0000
commita03e0db9127d215ff2ac7c619513201e818e04c5 (patch)
tree264e3dc5e141ceafa76c3dc85dc9879782fc1cc6 /include
parenta0c2c4cc3421352532898432255f2edb7968408e (diff)
parentb47325e38b578b8e629baaeb2ab04040b273634f (diff)
downloadrabbitmq-server-git-a03e0db9127d215ff2ac7c619513201e818e04c5.tar.gz
merge stable into default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 0f1b7a506b..8b42cdea15 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -118,3 +118,5 @@
%% to allow plenty of leeway for the #basic_message{} and #content{}
%% wrapping the message body).
-define(MAX_MSG_SIZE, 2147383648).
+
+-define(store_proc_name(N), rabbit_misc:store_proc_name(?MODULE, N)).