You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/02 20:35:15 UTC

[2/2] couch-index commit: updated refs/heads/master to d548100

Register service

COUCHDB-2796


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/commit/d5481000
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/tree/d5481000
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/diff/d5481000

Branch: refs/heads/master
Commit: d548100002995ac279d761618be7195d900cd94c
Parents: cccff35
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Wed Sep 2 09:51:43 2015 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Wed Sep 2 09:51:43 2015 -0700

----------------------------------------------------------------------
 src/couch_index_server.erl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-index/blob/d5481000/src/couch_index_server.erl
----------------------------------------------------------------------
diff --git a/src/couch_index_server.erl b/src/couch_index_server.erl
index 42a122b..0f18c0b 100644
--- a/src/couch_index_server.erl
+++ b/src/couch_index_server.erl
@@ -38,6 +38,7 @@
 -record(st, {root_dir}).
 
 start_link() ->
+    couch_epi:register_service(couch_index),
     gen_server:start_link({local, ?MODULE}, ?MODULE, [], []).