[erlang-patches] [PATCH] Add inets_sup:start_link/0

Jay Nelson jay@REDACTED
Tue Mar 6 06:09:37 CET 2012


inets_app calls supervisor:start_link/3 directly rather than calling the
root supervisor function inets_sup:start_link/0. This precludes using
included_applications to start inets without having a wrapper function.
This patch makes inets_app follow the standard OTP application structure.

git fetch git://github.com/jaynel/otp.git inets_sup_start_link

https://github.com/jaynel/otp/compare/inets_sup_start_link
https://github.com/jaynel/otp/compare/inets_sup_start_link.patch

jay




More information about the erlang-patches mailing list