diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-11-02 10:24:59 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2012-11-02 10:24:59 +0000 |
commit | fb533b779e3fecc5418fedc3e2d127f9e7e6390b (patch) | |
tree | e790143bd322e795e85b9deb8fe4230d5f48169f /lib/libsndio/aucat.c | |
parent | 36253b58cd4016fae96da73b8bb08cdb8fe98a07 (diff) |
Use dedicated messages for flow control instead of abusing clock tick
messages and enable flow control for MIDI. Since this requires protocol
version bump, both sndiod and libsndio must be kept up to date to work
together.
Diffstat (limited to 'lib/libsndio/aucat.c')
-rw-r--r-- | lib/libsndio/aucat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsndio/aucat.c b/lib/libsndio/aucat.c index f155c892568..e1e5211a3ea 100644 --- a/lib/libsndio/aucat.c +++ b/lib/libsndio/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.54 2012/04/11 06:05:43 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.55 2012/11/02 10:24:58 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -463,6 +463,7 @@ aucat_open(struct aucat *hdl, const char *str, unsigned int mode, hdl->rtodo = sizeof(struct amsg); hdl->wstate = WSTATE_IDLE; hdl->wtodo = 0xdeadbeef; + hdl->maxwrite = 0; /* * say hello to server |