]> git.sur5r.net Git - bacula/bacula/commitdiff
Enable priority checks in lockmanager
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 11 Jan 2010 17:28:11 +0000 (18:28 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 11 Jan 2010 20:40:26 +0000 (21:40 +0100)
bacula/src/version.h

index 65a7106fee9166e8f1dc6a0598b3b9043954f55e..aa750ccdcbb621d977ddc36c986b2e09e58c6a35 100644 (file)
@@ -62,7 +62,6 @@
 #if DEVELOPER
 # ifndef _USE_LOCKMGR
 #  define _USE_LOCKMGR
-# endif
 /*
  * Enable priority management with the lock manager
  *
  *  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