tcap_sup: add comment

This commit is contained in:
Harald Welte 2012-01-30 23:37:53 +01:00
parent 44a2bf3a3a
commit 50f0aac344
1 changed files with 1 additions and 0 deletions

View File

@ -64,4 +64,5 @@ init(_Args) ->
StartFunc = {tcap_sap_sup, start_link, []},
% {Id, StartFunc, Restart, Shutdown, Tpype, Modules}
ChildSpec = {tcap_sap_sup, StartFunc, permanent, infinity, supervisor, [tcap_sap_sup]},
% simple_one_for_one will not start any children!
{ok,{{simple_one_for_one, 10, 60}, [ChildSpec]}}.