summaryrefslogtreecommitdiffstats
path: root/src/bench/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/helper.h')
-rw-r--r--src/bench/helper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bench/helper.h b/src/bench/helper.h
index 8342a79..53f32bf 100644
--- a/src/bench/helper.h
+++ b/src/bench/helper.h
@@ -1,7 +1,7 @@
#ifndef IMAGEHELPER_H
#define IMAGEHELPER_H
-#include "../types.h"
+#include <dnbd3/types.h>
#include <netdb.h>
#include <stdbool.h>
@@ -29,6 +29,7 @@ typedef struct BenchThreadData {
char* server_address;
char * image_name;
int runs;
+ int bs;
int threadNumber;
bool closeSockets;
} BenchThreadData;