summaryrefslogtreecommitdiffstats
path: root/polyp/memblockq.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/memblockq.h')
-rw-r--r--polyp/memblockq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/memblockq.h b/polyp/memblockq.h
index 40184703..af8fa374 100644
--- a/polyp/memblockq.h
+++ b/polyp/memblockq.h
@@ -40,7 +40,8 @@ struct pa_memblockq* pa_memblockq_new(size_t maxlength,
size_t tlength,
size_t base,
size_t prebuf,
- size_t minreq);
+ size_t minreq,
+ struct pa_memblock_stat *s);
void pa_memblockq_free(struct pa_memblockq*bq);
/* Push a new memory chunk into the queue. Optionally specify a value for future cancellation. This is currently not implemented, however! */