summaryrefslogtreecommitdiff
path: root/tools-util.h
diff options
context:
space:
mode:
authorHunter Shaffer <huntershaffer182456@gmail.com>2023-09-24 22:08:38 -0400
committerHunter Shaffer <huntershaffer182456@gmail.com>2023-10-08 21:06:07 -0400
commitc20ee39a9fffefdd40ebd32c25183dd03fe5ad96 (patch)
tree252568e51c69785531626518a3e8545ff4766423 /tools-util.h
parent9f98746bfcd5159307237f7a491fd79db02d8bf3 (diff)
Add iops to bch_memberHEADmaster
Signed-off-by: Hunter Shaffer <huntershaffer182456@gmail.com>
Diffstat (limited to 'tools-util.h')
-rw-r--r--tools-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools-util.h b/tools-util.h
index 7a04c10..f807dbd 100644
--- a/tools-util.h
+++ b/tools-util.h
@@ -172,4 +172,6 @@ do { \
struct bpos bpos_parse(char *);
struct bbpos bbpos_parse(char *);
+int benchmark_device(struct block_device *bdev, enum bch_iops_measurement mode);
+
#endif /* _TOOLS_UTIL_H */