summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-12-23 09:34:00 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:12 +0100
commit8074922c267677434e6174a2e74b2b7959762014 (patch)
treeac27e38056e326fe1c0a63a1b27595666f9fc8f8 /source3/smbd/globals.h
parentcedbfbd9b86c9c4f915b19b341cada4c93db7cff (diff)
downloadsamba-8074922c267677434e6174a2e74b2b7959762014.tar.gz
Revert "smbd: introduce sconn->sync_thread_pool"
This reverts commit 0c97226356f2ba5f01a58d361371055caf11e2a7. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 6ae57184417..b6dc27d47be 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -943,7 +943,6 @@ struct smbd_server_connection {
} locks;
} smb2;
- struct pthreadpool_tevent *sync_thread_pool;
struct pthreadpool_tevent *raw_thread_pool;
struct smbXsrv_client *client;