diff channel.h @ 416:a01c0c8e543a channel-fix

Improve behaviour when flushing out after a process has exited.
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2007 10:43:16 +0000
parents 78518751cb82
children 9c61e7af0156
line wrap: on
line diff
--- a/channel.h	Tue Feb 06 16:00:18 2007 +0000
+++ b/channel.h	Fri Feb 09 10:43:16 2007 +0000
@@ -84,6 +84,8 @@
 					   for this channel (and are awaiting a confirmation
 					   or failure). */
 
+	int flushing;
+
 	const struct ChanType* type;
 
 };