=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/aucat/Attic/sock.h 2008/10/26 08:49:44 1.1 +++ src/usr.bin/aucat/Attic/sock.h 2008/11/11 19:21:20 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.1 2008/10/26 08:49:44 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.2 2008/11/11 19:21:20 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -50,6 +50,7 @@ unsigned bufsz; /* total buffer size */ unsigned round; /* block size */ unsigned xrun; /* one of AMSG_IGNORE, ... */ + unsigned vol; }; struct sock *sock_new(struct fileops *, int fd, char *);