]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.h
para_server: New command line option: --autoplay_delay
[paraslash.git] / audiod.h
index 6f64a5b7cef17305bd521988becaeeaa05bf8381..234c67a0d9eb9d09643544a498d96e5be5d69093 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -77,6 +77,10 @@ struct status_task {
        int sa_time_diff_sign;
        /** non-zero if para_server's status is "playing" */
        int playing;
+       /** number of times the clock difference is to be checked */
+       unsigned clock_diff_count;
+       /** when to start the next check for clock difference */
+       struct timeval clock_diff_barrier;
 };
 
 extern struct status_task *stat_task;