]> granicus.if.org Git - libevent/commit
Treat events with fd == -1 as addable.
authorNick Mathewson <nickm@torproject.org>
Fri, 11 Sep 2009 21:02:19 +0000 (21:02 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 11 Sep 2009 21:02:19 +0000 (21:02 +0000)
commitc2ead9f173b7d3b40132920fbc62d2319e4b9176
treeea78b0ae4b85a05bb47239a501acbdb822073bdc
parent85255a63974bf41d153e06b34fa346bd2d2f08b2
Treat events with fd == -1 as addable.

This turns out to simplify a fair bit of logic, including the bufferevent
code, and should fix bug 2850656.

svn:r1431
ChangeLog
evmap.c