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
commit23d7a9e6877fdd22337fd3ddbd333ac607788a9d (patch)
tree2507e1bf6f11d668a676dd6dbf14ddd2ba3fff7e /ebin
parent95dc7e75b22adea0a474ad28596dfd51adec765b (diff)
downloadrabbitmq-server-git-23d7a9e6877fdd22337fd3ddbd333ac607788a9d.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 5ed872b685..bb0fbcd305 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