summaryrefslogtreecommitdiffstats
path: root/include/block/accounting.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/accounting.h')
-rw-r--r--include/block/accounting.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/block/accounting.h b/include/block/accounting.h
index 1dd582a..482926b 100644
--- a/include/block/accounting.h
+++ b/include/block/accounting.h
@@ -78,5 +78,7 @@ void block_acct_invalid(BlockAcctStats *stats, enum BlockAcctType type);
void block_acct_merge_done(BlockAcctStats *stats, enum BlockAcctType type,
int num_requests);
int64_t block_acct_idle_time_ns(BlockAcctStats *stats);
+double block_acct_queue_depth(BlockAcctTimedStats *stats,
+ enum BlockAcctType type);
#endif
OpenPOWER on IntegriCloud