smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Mar 2018 09:54:41 +0000 (10:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2018 06:59:21 +0000 (08:59 +0200)
commit146938217ed1ab9a7a9f38c055fec5513cbd5c4d
treec2c36d55b7b247f52bf76d8c5e9610230203e739
parentf5f9b719741465c7be3de20a6a69ec106ecc4568
smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer

For now these are just the same as smbd_server_connection->ev_ctx,
but this will change in future and we'll use impersonation wrappers.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/globals.h
source3/smbd/msdfs.c
source3/smbd/process.c