summaryrefslogtreecommitdiff
path: root/src/plop_sup.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2017-02-18 00:41:07 +0100
committerMagnus Ahltorp <map@kth.se>2017-02-18 00:41:07 +0100
commit8ecfbfa2a57708366763d7adbfcb87f9b0df7d03 (patch)
treec73012f287783d061a6bbf015dfe09b5dee1604d /src/plop_sup.erl
parent8feab15047ea459eba1653b77157192f28ae5183 (diff)
Require that storage servers sign stored entries
Diffstat (limited to 'src/plop_sup.erl')
-rw-r--r--src/plop_sup.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plop_sup.erl b/src/plop_sup.erl
index 6bac20e..27f7680 100644
--- a/src/plop_sup.erl
+++ b/src/plop_sup.erl
@@ -43,6 +43,7 @@ init([]) ->
{perm, the_entryhash_db, entryhash_db, entryhash_root_path},
{perm, the_indexforhash_db, indexforhash_db, indexforhash_root_path},
{perm, the_entry_db, entry_db, entry_root_path},
+ {perm, the_sptcache, sptcache, sptcache_root_path},
{index, the_index_db, index_db, index_path},
{index, the_newentries_db, newentries_db, newentries_path}
]),