From 48a08556acf60c515b294518872c3daafce16ef4 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 17 Feb 1991 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1991-02-17 --- port/stasync.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/port/stasync.c b/port/stasync.c index 542ac8a57d487e514476d4685eb77b65a60e5360..4e08c5ed36f0b12707a4a5442b62124f6603cdf2 100644 --- a/port/stasync.c +++ b/port/stasync.c @@ -69,7 +69,7 @@ Qinfo asyncinfo = asyncreset }; -int asyncdebug = 0; +int asyncdebug = 3; int asyncerror; static ushort crc_table[256] = { @@ -247,6 +247,8 @@ asyncoput(Queue *q, Block *bp) int c, chan, ctl; if(bp->type != M_DATA){ + if(streamparse("debug", bp)) + asyncdebug = 3; freeb(bp); return; }