=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/aucat/Attic/sock.h 2012/04/11 06:05:43 1.20 +++ src/usr.bin/aucat/Attic/sock.h 2012/11/02 10:24:58 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.20 2012/04/11 06:05:43 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.21 2012/11/02 10:24:58 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -55,9 +55,8 @@ struct aparams rpar; /* read (ie play) parameters */ struct aparams wpar; /* write (ie rec) parameters */ int delta; /* pos. change to send */ - int startpos; /* initial pos. to send */ int tickpending; /* delta waiting to be transmitted */ - int startpending; /* initial delta waiting to be transmitted */ + int fillpending; /* pending buffer fill request */ unsigned int walign; /* align data packets to this */ unsigned int bufsz; /* total buffer size */ unsigned int round; /* block size */