Skip to content
Snippets Groups Projects
Unverified Commit 01fbe0fd authored by Simon Désaulniers's avatar Simon Désaulniers
Browse files

dht: make main store a vector<unique_ptr<Storage>>

Since the elements inside are going to be moved constantly during the life of
the node, this design is better. Also, it works around a crash when the store is
resized (elements inside moved) at some point (always happenned the 3rd time)
for some reason. This bug was known when compiled with LLVM >7.3.0 (>clang-703.0.31).
parent 502776ac
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment