* src/snowflake_sup.erl: Added the supervisor call.

This commit is contained in:
Joseph Abrahamson 2012-06-08 11:54:18 -04:00
parent c52df0a568
commit 64d61c2638

View File

@ -24,5 +24,5 @@ start_link() ->
%% ===================================================================
init([]) ->
{ok, { {one_for_one, 5, 10}, []} }.
{ok, { {one_for_one, 5, 10}, [?CHILD(snowflake, worker)]} }.