tevent: allow the "standard" backend to be overloaded
authorStefan Metzmacher <metze@samba.org>
Sat, 12 Nov 2022 15:27:30 +0000 (15:27 +0000)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2023 16:26:36 +0000 (16:26 +0000)
commitab49d9ee4ee463f67f0986999e7da6fab72d28ed
tree3402b802b13167d724d11262b28be71749eec5a6
parent147a317b7b92e60c5940d875dbd7aef19824834e
tevent: allow the "standard" backend to be overloaded

We'll export tevent_find_ops_byname() soon and will allow
the context_init() function of backends to find that standard ops
and hand over to standard_ops->context_init().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/tevent/tevent_standard.c