X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Flib%2Fmutex_list.h;h=47ec077d5a22be21190007b595eb6d009ed526e0;hb=897707854a8240d026e933215009f931bb9c5762;hp=42d3995d6d555ae971ea080e9712e5c6f534c0b6;hpb=e168c79710a74f987883b17a24f17e327d88917b;p=bacula%2Fbacula diff --git a/bacula/src/lib/mutex_list.h b/bacula/src/lib/mutex_list.h index 42d3995d6d..47ec077d5a 100644 --- a/bacula/src/lib/mutex_list.h +++ b/bacula/src/lib/mutex_list.h @@ -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. @@ -34,9 +34,10 @@ * 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