TODO: Regression test to ensure that a tevent backend can cope with separate read...
authorJeremy Allison <jra@samba.org>
Thu, 14 Feb 2013 22:16:31 +0000 (14:16 -0800)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Feb 2013 15:44:02 +0000 (16:44 +0100)
commit610afde264816ece80fcdaca13d39ab3bf86c7b7
treee0352c600d9f82f01f77fedd83374790d991b10c
parent9202701095ed88a2d6b39cb37616d8d4e806e3cc
TODO: Regression test to ensure that a tevent backend can cope with separate read/write events on a single fd.

This tests the multiplex fd changes to the epoll backend to
ensure they work correctly.

Signed-off-by: Jeremy Allison <jra@samba.org>
TODO: why (fde_wcount - fde_count < 256) ???
      if we get TEVENT_FD_WRITE we should not block
      we should also not read if we don't get TEVENT_FD_READ,
      because this will block
lib/tevent/testsuite.c