X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=234c67a0d9eb9d09643544a498d96e5be5d69093;hp=6f64a5b7cef17305bd521988becaeeaa05bf8381;hb=c4012aab461993e6c8a9930d27d924a8462a9775;hpb=f0b8a4b1413b23d52dffdf2baacc77878c415882 diff --git a/audiod.h b/audiod.h index 6f64a5b7..234c67a0 100644 --- 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;