messaging: Broadcast messages to all event contexts
authorVolker Lendecke <vl@samba.org>
Thu, 22 Jun 2017 06:54:56 +0000 (08:54 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 25 Jul 2017 15:43:18 +0000 (17:43 +0200)
commit35b4750ee335f01abd10fe2ac92b880c451456c8
tree05b5726585ed8efdf6297f4268b78dccdbb407c4
parent33df9c538a18c515b696fa1e40d87ad9dbee8578
messaging: Broadcast messages to all event contexts

We must give all event contexts that might be interested the chance to pick up
the message. If we send a message to ourselves via messaging_send_iov_from,
nested event contexts need to get a chance to see the message. Before this
patch only the main event context in msg_ctx got it.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/messages.c