tevent: pass 'bool replay' to epoll_panic()
commite4ef2ecf023c63ee28e40a1b60ecc6091a126001
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Feb 2013 09:58:55 +0000 (14 10:58 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 14 Feb 2013 18:19:38 +0000 (14 10:19 -0800)
tree7a71dd484b88e8a79176a519807615a412f19a4b
parent129da06d2d9c9d1cedc5e4de492744b29adc1684
tevent: pass 'bool replay' to epoll_panic()

A fallback panic handler will need to know if
there was an error while waiting for events
(replay=true) or if the error happened on modify
(replay=false).

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent_epoll.c