comparison 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
comparison
equal deleted inserted replaced
415:8b9aba1d5fa4 416:a01c0c8e543a
82 82
83 int await_open; /* flag indicating whether we've sent an open request 83 int await_open; /* flag indicating whether we've sent an open request
84 for this channel (and are awaiting a confirmation 84 for this channel (and are awaiting a confirmation
85 or failure). */ 85 or failure). */
86 86
87 int flushing;
88
87 const struct ChanType* type; 89 const struct ChanType* type;
88 90
89 }; 91 };
90 92
91 struct ChanType { 93 struct ChanType {