From 6cc11fbfc3094cdda5502ef9374104f1d481ab71 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 2 Mar 2006 16:32:36 +0000 Subject: Handle the new latency protocol. This is just a quick fix and does not handle the new memblockq system. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@618 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polyp/def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/polyp/def.h') diff --git a/src/polyp/def.h b/src/polyp/def.h index 0d095e9a..426a0c9b 100644 --- a/src/polyp/def.h +++ b/src/polyp/def.h @@ -195,6 +195,8 @@ typedef struct pa_latency_info { * 0.5 */ struct timeval timestamp; /**< The time when this latency info was current */ uint64_t counter; /**< The byte counter current when the latency info was requested. \since 0.6 */ + int64_t write_index; /**< Current absolute write index in the buffer. \since 0.8 */ + int64_t read_index; /**< Current absolute read index in the buffer. \since 0.8 */ } pa_latency_info; /** A structure for the spawn api. This may be used to integrate auto -- cgit