Add pool setting to fio and qemu drivers

This commit is contained in:
Vitaliy Filippov
2020-09-05 17:44:00 +03:00
parent cc4714a3a7
commit 68c3e96e46
4 changed files with 44 additions and 6 deletions
+3
View File
@@ -1,6 +1,9 @@
#ifndef VITASTOR_QEMU_PROXY_H
#define VITASTOR_QEMU_PROXY_H
#ifndef POOL_ID_BITS
#define POOL_ID_BITS 16
#endif
#include <stdint.h>
#include <sys/uio.h>