smbd: rename sconn->pool to sconn->raw_thread_pool
authorRalph Boehme <slow@samba.org>
Fri, 13 Jul 2018 15:17:50 +0000 (17:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Jul 2018 15:49:06 +0000 (17:49 +0200)
commit2be7518ae5a3c046f5fca04ecc83f9f7044eac74
tree769f67c6b665c01a2d253968ef97ebb607639a25
parent0e900d60822d2050fa52b8c4dddf67c0d134f662
smbd: rename sconn->pool to sconn->raw_thread_pool

This should in future not be used directly, we'll provide
wrapper pools, which will provide impersonation for
path based async calls.

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