Allow to specify device paths in fio options

This commit is contained in:
Vitaliy Filippov
2019-11-28 00:50:52 +03:00
parent 95396e2c83
commit cbf5173d1b
4 changed files with 46 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "blockstore.h"
blockstore::blockstore(spp::sparse_hash_map<std::string, std::string> & config, ring_loop_t *ringloop)
blockstore::blockstore(blockstore_config_t & config, ring_loop_t *ringloop)
{
this->ringloop = ringloop;
ring_consumer.loop = [this]() { loop(); };