]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
Remove broken run when code
[bacula/bacula] / bacula / src / stored / stored.h
index 0c458244cf21a0cc79a4b1f1366bf9ec191b0bcb..7516a7e9ea4b240cea34d3d662c479f9b386d15d 100644 (file)
@@ -1,8 +1,3 @@
-/*
- * Storage daemon specific defines and includes
- *
- *  Version $Id$
- */
 /*
    Bacula® - The Network Backup Solution
 
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ * Storage daemon specific defines and includes
+ *
+ *  Version $Id$
+ */
 
 #ifndef __STORED_H_
 #define __STORED_H_
 
 #define STORAGE_DAEMON 1
 
+/* Set to debug mutexes */
+//#define SD_DEBUG_LOCK
+const int sd_dbglvl = 100;
+
 #ifdef HAVE_MTIO_H
 #include <mtio.h>
 #else