=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/aucat/Attic/sock.h 2008/11/16 18:34:56 1.4 +++ src/usr.bin/aucat/Attic/sock.h 2009/02/06 08:29:35 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.4 2008/11/16 18:34:56 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.5 2009/02/06 08:29:35 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -45,8 +45,8 @@ unsigned mode; /* a set of AMSG_PLAY, AMSG_REC */ struct aparams rpar; /* read (ie play) parameters */ struct aparams wpar; /* write (ie rec) parameters */ - int idelta; /* input (rec) pos. change to send */ - int odelta; /* output (play) pos. change to send */ + int delta; /* pos. change to send */ + int tickpending; /* delta waiting to be transmitted */ unsigned bufsz; /* total buffer size */ unsigned round; /* block size */ unsigned xrun; /* one of AMSG_IGNORE, ... */