0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add cowboy_sup to the list of registered processes

Cowboy top supervisor has a name and it should be clearly stated in its
.app.src file.
This commit is contained in:
Anthony Ramine 2011-05-03 15:34:52 +02:00
parent 0fa5f71232
commit 9c155bfea7

View file

@ -16,7 +16,7 @@
{description, "Small, fast, modular HTTP server."}, {description, "Small, fast, modular HTTP server."},
{vsn, "0.1.0"}, {vsn, "0.1.0"},
{modules, []}, {modules, []},
{registered, []}, {registered, [cowboy_sup]},
{applications, [ {applications, [
kernel, kernel,
stdlib stdlib