diff options
author | Magnus Ahltorp <map@kth.se> | 2017-02-18 00:41:07 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-02-18 00:41:07 +0100 |
commit | 8ecfbfa2a57708366763d7adbfcb87f9b0df7d03 (patch) | |
tree | c73012f287783d061a6bbf015dfe09b5dee1604d /src/plop_sup.erl | |
parent | 8feab15047ea459eba1653b77157192f28ae5183 (diff) |
Require that storage servers sign stored entries
Diffstat (limited to 'src/plop_sup.erl')
-rw-r--r-- | src/plop_sup.erl | 1 |
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} ]), |