summaryrefslogtreecommitdiffstats
path: root/src/memblockq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memblockq.h')
-rw-r--r--src/memblockq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/memblockq.h b/src/memblockq.h
index 9543b40a..0a68ddaf 100644
--- a/src/memblockq.h
+++ b/src/memblockq.h
@@ -22,6 +22,7 @@ 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);
+uint32_t memblockq_get_delay(struct memblockq *bq);
+uint32_t memblockq_get_length(struct memblockq *bq);
#endif