summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/debug.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-09-14 12:22:39 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-09-16 11:22:16 +1000
commit76a0c823caab700725fe8318d1a4c4e33f067847 (patch)
treed566c52df5cc3b364be1f8e1fba59868d752f910 /libs/pbd/pbd/debug.h
parentd76fe212b7e949fabcfede612f6edc2ebb4f87cc (diff)
Add PBD::DebugBit for debugging thread related debugging output
Diffstat (limited to 'libs/pbd/pbd/debug.h')
-rw-r--r--libs/pbd/pbd/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h
index 324638524c..16341fc0cd 100644
--- a/libs/pbd/pbd/debug.h
+++ b/libs/pbd/pbd/debug.h
@@ -57,6 +57,7 @@ namespace PBD {
LIBPBD_API extern DebugBits FileUtils;
LIBPBD_API extern DebugBits UndoHistory;
LIBPBD_API extern DebugBits Timing;
+ LIBPBD_API extern DebugBits Threads;
/* See notes in ../debug.cc on why these are defined here */