diff options
author | Hunter Shaffer <huntershaffer182456@gmail.com> | 2023-09-24 22:08:38 -0400 |
---|---|---|
committer | Hunter Shaffer <huntershaffer182456@gmail.com> | 2023-10-08 21:06:07 -0400 |
commit | c20ee39a9fffefdd40ebd32c25183dd03fe5ad96 (patch) | |
tree | 252568e51c69785531626518a3e8545ff4766423 /tools-util.h | |
parent | 9f98746bfcd5159307237f7a491fd79db02d8bf3 (diff) |
Signed-off-by: Hunter Shaffer <huntershaffer182456@gmail.com>
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 2 |
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 */ |