summaryrefslogtreecommitdiffstats
path: root/src/polypdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypdef.h')
-rw-r--r--src/polypdef.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/polypdef.h b/src/polypdef.h
index aa6e6bf6..80b3cc6c 100644
--- a/src/polypdef.h
+++ b/src/polypdef.h
@@ -9,9 +9,10 @@ enum pa_stream_direction {
};
struct pa_buffer_attr {
- uint32_t queue_length;
- uint32_t max_length;
+ uint32_t maxlength;
+ uint32_t tlength;
uint32_t prebuf;
+ uint32_t minreq;
};