From: Eric Bollengier Date: Mon, 11 Jan 2010 17:28:11 +0000 (+0100) Subject: Enable priority checks in lockmanager X-Git-Tag: Release-5.0.0~78 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=705a2cd16599fbdfabc5e26cee4d7270a3721cc3;p=bacula%2Fbacula Enable priority checks in lockmanager --- 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