summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-05-04 13:55:26 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-05-04 13:55:26 +0100
commit712e89f290c582b5d1e23d2e82f307e772bab309 (patch)
treec0f88a14d6ecc3e15462fed3deee7b121b8c2671
parentf0428b3a557ba4d9a41c7537055582e33e00fbf0 (diff)
downloadrabbitmq-server-712e89f290c582b5d1e23d2e82f307e772bab309.tar.gz
pmon is very much hipe-worthy.
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 5e579165..ea9731b6 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -197,7 +197,7 @@
rabbit_queue_index, gen, dict, ordsets, file_handle_cache,
rabbit_msg_store, array, rabbit_msg_store_ets_index, rabbit_msg_file,
rabbit_exchange_type_fanout, rabbit_exchange_type_topic, mnesia,
- mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow]).
+ mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon]).
%% HiPE compilation uses multiple cores anyway, but some bits are
%% IO-bound so we can go faster if we parallelise a bit more. In