--- rxvt-unicode/src/iom.h 2004/01/17 14:10:40 1.8 +++ rxvt-unicode/src/iom.h 2004/01/29 23:26:01 1.9 @@ -62,6 +62,10 @@ struct io_manager_vec : protected vector { friend class io_manager; protected: +#if IOM_CHECK + bool activity; +#endif + void erase_unordered (unsigned int pos) { watcher *w = (*this)[size () - 1];