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