s3/smbd: update some more DEBUG macros in smbd_smb2_create_send
[nivanova/samba-autobuild/.git] / source3 / smbd / globals.c
index 03339b78fc8bd58b6db177c645e8d5c9d01b6850..6bc448b901d68fa0fc799405a6f0d02da8ac20eb 100644 (file)
 #include "messages.h"
 #include <tdb.h>
 
-int aio_pending_size = 100;    /* tevent supports 100 signals SA_SIGINFO */
-int outstanding_aio_calls = 0;
-
 #ifdef USE_DMAPI
 struct smbd_dmapi_context *dmapi_ctx = NULL;
 #endif
 
-
-bool dfree_broken = false;
-
 /* how many write cache buffers have been allocated */
 unsigned int allocated_write_caches = 0;
 
@@ -52,7 +46,6 @@ unsigned mangle_prefix = 0;
 bool logged_ioctl_message = false;
 
 time_t last_smb_conf_reload_time = 0;
-time_t last_printer_reload_time = 0;
 pid_t background_lpq_updater_pid = -1;
 
 /****************************************************************************