]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
Add mutex some priority info for SD
[bacula/bacula] / bacula / src / stored / stored.h
index eadd47b9b759dbc0a5f23916ece5630704b35fa9..1229ad54d9dbc51f15733ca74b5fb62d36cc781a 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
 
 /* Set to debug mutexes */
 //#define SD_DEBUG_LOCK
+#ifdef SD_DEBUG_LOCK
+const int sd_dbglvl = 3;
+#else
 const int sd_dbglvl = 300;
+#endif
 
 #ifdef HAVE_MTIO_H
 #include <mtio.h>