diff options
Diffstat (limited to 'source3/lib/messages.c')
-rw-r--r-- | source3/lib/messages.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c index db7257dba5..3d838fe908 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -868,4 +868,10 @@ struct messaging_backend *messaging_local_backend( return msg_ctx->local; } +struct tevent_context *messaging_tevent_context( + struct messaging_context *msg_ctx) +{ + return msg_ctx->event_ctx; +} + /** @} **/ |