summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-23 09:34:20 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:13 +0100
commit29fc7c7db788b1bb200e3a4019d42c045ad0d582 (patch)
tree25488d6e9e104cdeb77472de14e12638795434cb /source3/smbd/globals.h
parent8074922c267677434e6174a2e74b2b7959762014 (diff)
downloadsamba-29fc7c7db788b1bb200e3a4019d42c045ad0d582.tar.gz
smbd: rename sconn->raw_thread_pool to sconn->pool
This is basically a revert of commit 2be7518ae5a3c046f5fca04ecc83f9f7044eac74. See the discussion in https://lists.samba.org/archive/samba-technical/2018-December/131731.html for the reasoning behind this revert. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index b6dc27d47be..5695663cc66 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -943,7 +943,7 @@ struct smbd_server_connection {
} locks;
} smb2;
- struct pthreadpool_tevent *raw_thread_pool;
+ struct pthreadpool_tevent *pool;
struct smbXsrv_client *client;
};