Author :
Nick Mathewson
Date :
2010-01-14 17:04:08
Hash :3225dfb9 Message :Remove kqueue->pend_changes.
Since we're no longer writing directly to it from add/del, we don't
need to worry about it changing as kq_dispatch releases the lock. We
would make it a local variable, except that we wouldn't want to malloc
and free it all the time.