summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2012-12-07 15:31:52 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2012-12-07 15:31:52 +0100
commit3cca83a352842d58b8ab2d01fc2594ae2e284a50 (patch)
tree641b4ef93cb08db735bf9f0178ad3467f95f137e /debug.h
parent2c628b69ab19817ff219bf1fd51f4517c3b87c67 (diff)
parent26b8b48b4952249a13855a21946955a10c77837f (diff)
Merge branch 'master' of https://git.oftal.dk/debug
Conflicts: Makefile debug.c main.c
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index be45b47..3fdbbf5 100644
--- a/debug.h
+++ b/debug.h
@@ -89,8 +89,15 @@ enum DBG_OPTION {
#endif
/**
- *
+ * Filter option. Argument is a const char *.
+ * fmt := [set[,set]*]*
+ * set := [+-]channel
+ * | class[+-]channel
+ * | [+-]all
*/
+#ifdef WITH_DBG_FILTER
+ DBG_OPTION_FILTER,
+#endif
};
typedef enum {