s4:imessaging: Remove event context from irpc and imessaging structures
commitc1507bc1014c199d3a11227d088762364de432cd
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 May 2014 04:27:59 +0000 (5 16:27 +1200)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 May 2014 00:33:24 +0000 (13 02:33 +0200)
treeedb676834400d18f14fb9bccebe55c9ca7ed80f2
parent84139801cfc5a2a2fe4bb5fd950e5d7e7a0e7327
s4:imessaging: Remove event context from irpc and imessaging structures

The only part of this code with a stored event context is now the
binding_handle created by irpc_binding_handle() when in the client
dcerpc_binding_handle_set_sync_ev() is called,
otherwise a new nested event context is created for sync calls.

Note that the FD event associated with the socket still implies
the long term event context passed to imessaging_[client]_init().

Andrew Bartlett

Change-Id: I9aeae94b26e3736370f449daa96808e6cdc2d55d
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue May 13 02:33:24 CEST 2014 on sn-devel-104
source4/lib/messaging/irpc.h
source4/lib/messaging/messaging.c