Commit 49fd49b3 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

concurrent_hash_map: change implementation of runtime_initialize(bool)

This patch changes implementation to be the same as before
708bd019 (implementation of
runtime_initialize(void) is left unchanged).

The change is needed for backward compatibility with pmemkv-1.0. There, we
called runtime_initialize(true) in a transaction after tx commit (we assumed
there is nothing transactional in runtime_initialize). Introducing a tx
inside new runtime_initialize() results in crash on 1.0
parent 60111c5b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment