From c4fb8f55f2894de431478ccfec63f9a97e090d0e Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Mon, 10 Aug 2015 18:35:16 +0200 Subject: DEBUG: Add new debug category for fail over. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lukáš Slebodník --- src/util/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index 94a3ddea..426fd8b8 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -92,6 +92,7 @@ int get_fd_from_debug_file(void); #define SSSDBG_TRACE_LIBS 0x1000 /* level 7 */ #define SSSDBG_TRACE_INTERNAL 0x2000 /* level 8 */ #define SSSDBG_TRACE_ALL 0x4000 /* level 9 */ +#define SSSDBG_BE_FO 0x8000 /* level 9 */ #define SSSDBG_IMPORTANT_INFO SSSDBG_OP_FAILURE #define SSSDBG_INVALID -1 -- cgit