summaryrefslogtreecommitdiffstats
path: root/src/polyp/def.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-03-02 16:32:36 +0000
committerPierre Ossman <ossman@cendio.se>2006-03-02 16:32:36 +0000
commit6cc11fbfc3094cdda5502ef9374104f1d481ab71 (patch)
treef6c01be5d13216f835772245d1da3e483207652d /src/polyp/def.h
parent7f04568444a10ae96f98787d9309cdbaed8a171b (diff)
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
Diffstat (limited to 'src/polyp/def.h')
-rw-r--r--src/polyp/def.h2
1 files changed, 2 insertions, 0 deletions
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