summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorMichal Židek <mzidek@redhat.com>2015-08-10 18:35:16 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-08-14 22:37:18 +0200
commitc4fb8f55f2894de431478ccfec63f9a97e090d0e (patch)
treeedf0e37444fe63e360596c16810b1a3d4333e95b /src/util/util.h
parent137d5dd0dba48f647e5f8b3976ddb78d65dc77a5 (diff)
downloadsssd-c4fb8f55f2894de431478ccfec63f9a97e090d0e.tar.gz
sssd-c4fb8f55f2894de431478ccfec63f9a97e090d0e.tar.xz
sssd-c4fb8f55f2894de431478ccfec63f9a97e090d0e.zip
DEBUG: Add new debug category for fail over.
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 94a3ddea8..426fd8b86 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