--- gvpe/src/iom.C 2006/01/19 20:16:06 1.34 +++ gvpe/src/iom.C 2006/12/14 03:18:53 1.36 @@ -1,6 +1,6 @@ /* iom.C -- generic I/O multiplexer - Copyright (C) 2003, 2004 Marc Lehmann + Copyright (C) 2003-2006 Marc Lehmann This file is part of GVPE. @@ -118,11 +118,10 @@ pw.erase_unordered (i); else if (w->pid == pid) { - w->stop (); + io_manager::unreg (*w); w->call (*w, status); } } - } sw0 ()