s3: Add messaging_tdb_event()
commit41712599e0f33096ccc81e7cd520e66dcf91a424
authorVolker Lendecke <vl@samba.org>
Wed, 15 Feb 2012 12:53:07 +0000 (15 13:53 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Apr 2012 08:21:01 +0000 (17 10:21 +0200)
treea25c5e936110a07df7618147ec64deebb4510f23
parent48a485b6396ba020df1c47cbecd6c9fe442ac8a5
s3: Add messaging_tdb_event()

This is a void* that represents a signal handler attached to some
custom tevent_context. This is necessary to make the tdb based
messaging infrastructure trigger its business when we are sitting in
tevent_loop_once for an event context that is not the main one in the
messaging context.
source3/include/messages.h
source3/lib/messages_local.c