~kris/9p

9hist

48a08556acf60c515b294518872c3daafce16ef4 — David du Colombier 35 years ago fa0a575
Plan 9 from Bell Labs 1991-02-17
1 files changed, 3 insertions(+), 1 deletions(-)

M port/stasync.c
M port/stasync.c => port/stasync.c +3 -1
@@ 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;
	}