From 457942002c23d1fed831ce7491a3d6cc4576ce9c Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 20 Aug 2015 16:29:41 +0200 Subject: use gproc to announce/await components --- src/rvi_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rvi_sup.erl') diff --git a/src/rvi_sup.erl b/src/rvi_sup.erl index e20cb48..6a65ca8 100644 --- a/src/rvi_sup.erl +++ b/src/rvi_sup.erl @@ -34,6 +34,6 @@ start_link() -> init([]) -> {ok, { {one_for_one, 5, 10}, [ - %% ?CHILD(rvi_server, worker) + ?CHILD(rvi_server, worker) ]} }. -- cgit v1.2.1