summaryrefslogtreecommitdiffstats
path: root/src/memblockq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memblockq.h')
-rw-r--r--src/memblockq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memblockq.h b/src/memblockq.h
index 25c2f2d4..9543b40a 100644
--- a/src/memblockq.h
+++ b/src/memblockq.h
@@ -22,5 +22,6 @@ void memblockq_empty(struct memblockq *bq);
int memblockq_is_readable(struct memblockq *bq);
int memblockq_is_writable(struct memblockq *bq, size_t length);
+uint32_t memblockq_get_latency(struct memblockq *bq);
#endif