summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-17 19:19:08 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-17 19:19:08 +0000
commitc58ce0879c1cabfd31dd8657d2594d78f13b1360 (patch)
treeb9254d64d59da3037cec32a540583813c8d76b2e /common.h
parentacd9a2853021249bed55a8a47ef2a3d4d565b2c5 (diff)
add handling of watermarks
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@25 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 2e838b0..41c43b1 100644
--- a/common.h
+++ b/common.h
@@ -45,6 +45,7 @@ struct sa_stream {
sa_adjust_t adjust_rate;
sa_adjust_t adjust_nchannels;
sa_adjust_t adjust_pcm_format;
+ sa_adjust_t adjust_watermarks;
sa_error_t error;
sa_notify_t notify;