From 3aea95d518b502e60d26f3f8100af2c20a9004ba Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 9 Oct 2008 20:45:03 +0200 Subject: Split latency paramters into "overall" and "immutable" latency --- src/common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index a89c55f..972bfca 100644 --- a/src/common.h +++ b/src/common.h @@ -49,9 +49,10 @@ struct sa_stream { sa_proplist *props; - size_t read_latency; + size_t read_overall_latency; size_t read_process_time; - size_t write_latency; + size_t write_overall_latency; + size_t write_immutable_latency; size_t write_process_time; sa_xrun_mode_t xrun_mode; -- cgit