]> granicus.if.org Git - libevent/commit
assert that fds are nonblocking in debug mode
authorGreg Hazel <ghazel@gmail.com>
Wed, 8 Jan 2014 22:57:14 +0000 (14:57 -0800)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sat, 3 Nov 2018 22:15:24 +0000 (01:15 +0300)
commit965ed54c7a18622c8b477e940481e7c887b0789c
tree0656cf44bf46d84359723bc2ca4c65534d47f2c9
parent69bc2da79fb2f358c22feba45e9ad4752729d320
assert that fds are nonblocking in debug mode

Check that each fd that had been added with some event do has O_NOBLOCK
after event_enable_debug_mode()

Rebased and do not check signals (EV_SIGNAL) by azat.

Refs: nmathewson/Libevent#90
Refs: #96
event.c