summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-01-19 21:26:34 +0000
committerVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-01-19 21:26:34 +0000
commitf15f44d12f8f0c0f9bd9bfa899bd29aca2ed4692 (patch)
tree2507e1bf6f11d668a676dd6dbf14ddd2ba3fff7e /ebin
parent1161a528c4917db800492aa9cf241701aa0134b2 (diff)
downloadrabbitmq-server-f15f44d12f8f0c0f9bd9bfa899bd29aca2ed4692.tar.gz
adding supervision support for direct connection channels
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index 5ed872b6..bb0fbcd3 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -8,7 +8,8 @@
rabbit_node_monitor,
rabbit_router,
rabbit_sup,
- rabbit_tcp_client_sup]},
+ rabbit_tcp_client_sup,
+ rabbit_direct_client_sup]},
{applications, [kernel, stdlib, sasl, mnesia, os_mon]},
%% we also depend on crypto, public_key and ssl but they shouldn't be
%% in here as we don't actually want to start it