o->verify_state = le32_to_cpu(top->verify_state);
o->verify_interval = le32_to_cpu(top->verify_interval);
o->verify_offset = le32_to_cpu(top->verify_offset);
+ o->verify_write_sequence = le32_to_cpu(top->verify_write_sequence);
o->verify_pattern_bytes = le32_to_cpu(top->verify_pattern_bytes);
o->buffer_pattern_bytes = le32_to_cpu(top->buffer_pattern_bytes);
top->verify_state = cpu_to_le32(o->verify_state);
top->verify_interval = cpu_to_le32(o->verify_interval);
top->verify_offset = cpu_to_le32(o->verify_offset);
+ top->verify_write_sequence = cpu_to_le32(o->verify_write_sequence);
top->verify_pattern_bytes = cpu_to_le32(o->verify_pattern_bytes);
top->verify_fatal = cpu_to_le32(o->verify_fatal);
top->verify_dump = cpu_to_le32(o->verify_dump);
};
enum {
- FIO_SERVER_VER = 107,
+ FIO_SERVER_VER = 108,
FIO_SERVER_MAX_FRAGMENT_PDU = 1024,
FIO_SERVER_MAX_CMD_MB = 2048,
uint32_t experimental_verify;
uint32_t verify_state;
uint32_t verify_state_save;
+ uint32_t verify_write_sequence;
+ uint32_t pad2;
uint32_t use_thread;
uint32_t unlink;
uint32_t unlink_each_loop;