]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/mutex_list.h
Add pool memory debug output
[bacula/bacula] / bacula / src / lib / mutex_list.h
index 42d3995d6d555ae971ea080e9712e5c6f534c0b6..47ec077d5a22be21190007b595eb6d009ed526e0 100644 (file)
@@ -6,7 +6,7 @@
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
-   modify it under the terms of version two of the GNU General Public
+   modify it under the terms of version three of the GNU Affero General Public
    License as published by the Free Software Foundation, which is 
    listed in the file LICENSE.
 
@@ -15,7 +15,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Affero General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
  * race conditions and dead locks
  */
 
-#define PRIO_SD_VOLUME_LIST   20
-#define PRIO_SD_DEV_ACCESS    15
-#define PRIO_SD_DEV_SPOOL     14
-#define PRIO_SD_DEV_ACQUIRE   13
+#define PRIO_SD_DEV_ACQUIRE   4            /* dev.acquire_mutex */
+#define PRIO_SD_DEV_ACCESS    5            /* dev.m_mutex */
+#define PRIO_SD_VOL_LIST      10           /* vol_list_lock */
+#define PRIO_SD_READ_VOL_LIST 12           /* read_vol_list */
+#define PRIO_SD_DEV_SPOOL     14           /* dev.spool_mutex */
 
 #endif