From 705a2cd16599fbdfabc5e26cee4d7270a3721cc3 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 11 Jan 2010 18:28:11 +0100 Subject: [PATCH] Enable priority checks in lockmanager --- bacula/src/version.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/src/version.h b/bacula/src/version.h index 65a7106fee..aa750ccdcb 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -62,7 +62,6 @@ #if DEVELOPER # ifndef _USE_LOCKMGR # define _USE_LOCKMGR -# endif /* * Enable priority management with the lock manager * @@ -71,8 +70,10 @@ * deadlock. However, note that this is not necessarily a * deadlock, so turn this on only for debugging. */ -//# define USE_LOCKMGR_PRIORITY -#endif +# define USE_LOCKMGR_PRIORITY + +# endif /* _USE_LOCKMGR */ +#endif /* DEVELOPER */ #if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS # undef _USE_LOCKMGR -- 2.39.5