=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/aucat/Attic/sock.h 2009/09/27 11:51:20 1.11 +++ src/usr.bin/aucat/Attic/sock.h 2010/01/15 22:17:44 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.11 2009/09/27 11:51:20 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.12 2010/01/15 22:17:44 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -51,6 +51,7 @@ struct aparams wpar; /* write (ie rec) parameters */ int delta; /* pos. change to send */ int tickpending; /* delta waiting to be transmitted */ + unsigned walign; /* align data packets to this */ unsigned bufsz; /* total buffer size */ unsigned round; /* block size */ unsigned xrun; /* one of AMSG_IGNORE, ... */