summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/sock.h
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2008-11-11 19:21:21 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2008-11-11 19:21:21 +0000
commit3bc33a8c8c92b0092ffe1bb775de2cc4fc8ec6d0 (patch)
tree41b72a3468295aa76e553499fd789f5dd303936d /usr.bin/aucat/sock.h
parented226cc67cb8aa4dfdb4c7aef6f9ab9c7272935e (diff)
expose the volume knob in server mode too
Diffstat (limited to 'usr.bin/aucat/sock.h')
-rw-r--r--usr.bin/aucat/sock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/sock.h b/usr.bin/aucat/sock.h
index 45d96b177e8..ff8b12c7e17 100644
--- a/usr.bin/aucat/sock.h
+++ b/usr.bin/aucat/sock.h
@@ -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 <alex@caoua.org>
*
@@ -50,6 +50,7 @@ struct sock {
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 *);