Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
modules/kvs: Refactor storage of root metadata
In preparation for future private namespace support, do not store
KVS root metadata (i.e. reference, sequence number) in a variable
within the KVS context.

Instead store it within a hash within the kvs context.  Determining
if a root has been initialized is now done via a lookup within this
hash.
  • Loading branch information
chu11 committed Nov 11, 2017
1 parent b521937 commit 9afc727
Showing 1 changed file with 128 additions and 76 deletions.

0 comments on commit 9afc727

Please sign in to comment.