tevent: split out tevent_common_invoke_signal_handler()
authorStefan Metzmacher <metze@samba.org>
Tue, 22 Jul 2014 11:01:01 +0000 (13:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 May 2018 07:51:47 +0000 (09:51 +0200)
commitd421ffb9503816bf44846f5ecbcba42d5b5b88d5
tree9fd9360a6ca8ddf7f062b777719b1a007a394357
parentf805b75015f67ffe941e087690dcd9bce4086de9
tevent: split out tevent_common_invoke_signal_handler()

As side effect this avoids tricks with tevent_se_exists_destructor() to
figure out if the event handler removed itself.

We'll remove _PRIVATE_ with the next release.

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