summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-03-08 12:20:29 +0000
committerMatthew Sackman <matthew@lshift.net>2010-03-08 12:20:29 +0000
commitb9790f78efd60c1a9f525998d4260002122cae99 (patch)
treea1eb2aa6dbb01e700311a54f6d436ec5aae91fc7 /src
parent9575deaa2207d3e5c703ebc4f2455543d2f41ee0 (diff)
downloadrabbitmq-server-git-b9790f78efd60c1a9f525998d4260002122cae99.tar.gz
Push memory monitor and fhc into the restartable sup
Diffstat (limited to 'src')
-rw-r--r--src/rabbit.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index d73f6859f4..6203630ede 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -72,7 +72,7 @@
-rabbit_boot_step({file_handle_cache,
[{description, "file handle cache server"},
- {mfa, {rabbit_sup, start_child,
+ {mfa, {rabbit_restartable_sup, start_child,
[file_handle_cache]}},
{enables, kernel_ready}]}).
@@ -87,7 +87,7 @@
-rabbit_boot_step({rabbit_memory_monitor,
[{description, "memory moniter"},
- {mfa, {rabbit_sup, start_child,
+ {mfa, {rabbit_restartable_sup, start_child,
[rabbit_memory_monitor]}},
{requires, rabbit_alarm},
{enables, core_initialized}]}).