diff options
author | root <root> | 2007-11-10 19:48:44 +0000 |
---|---|---|
committer | root <root> | 2007-11-10 19:48:44 +0000 |
commit | 92344af49ee4ba16adc8fadb616ed750e13c4ca1 (patch) | |
tree | 44a141189ad995e8d43e055ef3cef10edf547527 | |
parent | bf7b6162766ceeaace65f5172e4ee303f14c3884 (diff) |
*** empty log message ***
-rw-r--r-- | ev.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1294,6 +1294,8 @@ ev_io_stop (EV_P_ struct ev_io *w) if (!ev_is_active (w)) return; + assert (("ev_io_start called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax)); + wlist_del ((WL *)&anfds[w->fd].head, (WL)w); ev_stop (EV_A_ (W)w); |