diff options
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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)). |
