aboutsummaryrefslogtreecommitdiff
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-09-03 11:00:26 -0300
committerDavid Bremner <david@tethera.net>2018-09-06 08:07:12 -0300
commit040fd630bf74eb8be75633bf3cbdb0c38d0f16f2 (patch)
treeeb3faa696be1ad1257cccbfeeb8967169b6a94fb /lib/notmuch-private.h
parentd0b844b358f7bb7bc7c6f152223577efcebfc89b (diff)
lib/thread: add macro for debug printing of threading
This is analogous to DEBUG_DATABASE_SANITY, and is intended to help debugging and to help users submit bug reports.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index bd9d2747..02cc0e09 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -56,6 +56,7 @@ NOTMUCH_BEGIN_DECLS
#ifdef DEBUG
# define DEBUG_DATABASE_SANITY 1
+# define DEBUG_THREADING 1
# define DEBUG_QUERY 1
#endif