From: Matt Mullins Date: Sun, 28 Aug 2011 20:34:46 +0000 (-0500) Subject: Added registered process names to the AMQP application file X-Git-Tag: v5~17 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=a6186c6edab7775ae9912691aa59fd61062df090;p=erlbot.git Added registered process names to the AMQP application file --- diff --git a/amqp/amqp.app b/amqp/amqp.app index 1562c04..d3743dd 100644 --- a/amqp/amqp.app +++ b/amqp/amqp.app @@ -2,6 +2,7 @@ [{description, "AMQP client operations"}, {vsn, "1"}, {modules, [amqp_app, amqp_bot_sup, amqp_bot_connection, amqp_bot_listener]}, + {registered, [amqp_bot_connection]}, {applications, [core]}, {mod, {amqp_app, []}} ]}.