summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2015-06-28 20:44:37 +0200
committerGünther Deschner <gd@samba.org>2015-07-01 23:04:00 +0200
commit86cff1dbe23bb1e46cf9c9c3c3ec20058f09ed6e (patch)
treeef897dc96867db540aa1e6dbaa75af2b37c8e670 /lib/util/debug.h
parentb3e34d8c1b6c08f03f9ac10414bf6d8a8e404963 (diff)
downloadsamba-86cff1dbe23bb1e46cf9c9c3c3ec20058f09ed6e.tar.gz
tevent: add and use debug class for tevent
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Jul 1 23:04:00 CEST 2015 on sn-devel-104
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r--lib/util/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h
index 9baf762a045..c312bbf7373 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -88,6 +88,7 @@ bool dbghdr( int level, const char *location, const char *func);
#define DBGC_SCAVENGER 20
#define DBGC_DNS 21
#define DBGC_LDB 22
+#define DBGC_TEVENT 23
/* So you can define DBGC_CLASS before including debug.h */
#ifndef DBGC_CLASS