diff options
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 */ |