summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-01-19 21:27:03 +0000
committerVlad Alexandru Ionescu <vlad@rabbitmq.com>2011-01-19 21:27:03 +0000
commitbd66179e0db81bb0703e521400470df89f6647d9 (patch)
treeb775bd82609a2f2774c85d138d08d76e752803e9 /ebin
parentfbd631733f2e25c8842292e48d956f09ca8040e1 (diff)
parent23d7a9e6877fdd22337fd3ddbd333ac607788a9d (diff)
downloadrabbitmq-server-git-bd66179e0db81bb0703e521400470df89f6647d9.tar.gz
merging in from default
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