From f3fe53668f5f42123ab4d91de23ac4f16bf12733 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Mar 2012 12:18:09 +0100 Subject: s3: Move the notify_ctx to the smbd_server_connection We only need one notify_ctx per smbd. The notify_array can become quite large. It's based on absolute paths, so there's no point in having a copy of the complete array in memory multiple times. Autobuild-User: Volker Lendecke Autobuild-Date: Wed Mar 21 14:26:07 CET 2012 on sn-devel-104 --- source3/include/smb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 86f69b4a06..a12ca54d20 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -427,7 +427,6 @@ typedef struct connection_struct { name_compare_entry *aio_write_behind_list; /* Per-share list of files to use aio write behind on. */ struct dfree_cached_info *dfree_info; struct trans_state *pending_trans; - struct notify_context *notify_ctx; struct rpc_pipe_client *spoolss_pipe; -- cgit