Make it build with GCC 10, fio 3.20+ (atomics...) and QEMU 5.1

This commit is contained in:
Vitaliy Filippov
2020-10-06 02:35:11 +03:00
parent 94efb54feb
commit 3d05aa9362
15 changed files with 41 additions and 25 deletions
+1 -6
View File
@@ -25,12 +25,7 @@
// -bs_config='{"data_device":"./test_data.bin"}' -size=1000M
#include "blockstore.h"
extern "C" {
#define CONFIG_HAVE_GETTID
#define CONFIG_PWRITEV2
#include "fio/fio.h"
#include "fio/optgroup.h"
}
#include "fio_headers.h"
#include "json11/json11.hpp"