]> granicus.if.org Git - libevent/commit
Remove a needless base-notify when rescheduling the first timeout
authorNick Mathewson <nickm@torproject.org>
Thu, 3 Feb 2011 01:09:16 +0000 (20:09 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 3 Feb 2011 01:09:16 +0000 (20:09 -0500)
commit77a96fd90186251f5e2ffeafefbf1e401aefd69a
treeb7b09885fa7b908d575a28d6b34e9642687a4674
parente47042fe2604625fffdba015c2a9bdaed30e1f0c
Remove a needless base-notify when rescheduling the first timeout

We don't need to wake up the base when rescheduling the timeout that
will expire first: the base will already wake up, see that nothing is
ready, and go back to sleep.
event.c