diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-01-15 22:17:45 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-01-15 22:17:45 +0000 |
commit | 0d86addc8be53da5f2bc6c6d6b531a2225309968 (patch) | |
tree | 193f91cd077a5f82ffa2164eaa26c19fab8a3a38 /usr.bin/aucat/sock.h | |
parent | dc8b9c7e2b3f6af062998d9d969c58b267f103a7 (diff) |
*** empty log message ***
Diffstat (limited to 'usr.bin/aucat/sock.h')
-rw-r--r-- | usr.bin/aucat/sock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/sock.h b/usr.bin/aucat/sock.h index 4a54abb2816..6ce36e7acac 100644 --- a/usr.bin/aucat/sock.h +++ b/usr.bin/aucat/sock.h @@ -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 <alex@caoua.org> * @@ -51,6 +51,7 @@ struct sock { 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, ... */ |