summaryrefslogtreecommitdiff
path: root/src/rvi_sup.erl
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-20 16:29:41 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:41:50 -0800
commit457942002c23d1fed831ce7491a3d6cc4576ce9c (patch)
tree6cf3d36d28587279e106f7a2b8f69a404f849a70 /src/rvi_sup.erl
parent45ddf112263c1cf583f04ec658f6b141ec3d0b00 (diff)
downloadrvi_core-457942002c23d1fed831ce7491a3d6cc4576ce9c.tar.gz
use gproc to announce/await components
Diffstat (limited to 'src/rvi_sup.erl')
-rw-r--r--src/rvi_sup.erl2
1 files changed, 1 insertions, 1 deletions
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)
]} }.