summaryrefslogtreecommitdiffstats
path: root/src/polyp/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/internal.h')
-rw-r--r--src/polyp/internal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/polyp/internal.h b/src/polyp/internal.h
index 80c28616..e659553d 100644
--- a/src/polyp/internal.h
+++ b/src/polyp/internal.h
@@ -136,9 +136,8 @@ struct pa_stream {
pa_time_event *auto_timing_update_event;
int auto_timing_update_requested;
- pa_usec_t ipol_usec;
- int ipol_usec_valid;
- struct timeval ipol_timestamp;
+ pa_usec_t cached_time;
+ int cached_time_valid;
/* Callbacks */
pa_stream_notify_cb_t state_callback;