s3:smbd: move all globals and static variables in globals.[ch]
[samba.git] / source3 / smbd / notify.c
index 2d0811bc1c0a47e8e7cfa6e627d653d3c5486c62..7ffe62058c36be78a51557ba8ac5922de92650ec 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "smbd/globals.h"
 
 struct notify_change_request {
        struct notify_change_request *prev, *next;
@@ -33,8 +34,6 @@ struct notify_change_request {
 
 static void notify_fsp(files_struct *fsp, uint32 action, const char *name);
 
-static struct notify_mid_map *notify_changes_by_mid;
-
 /*
  * For NTCancel, we need to find the notify_change_request indexed by
  * mid. Separate list here.