summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-30 13:38:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-30 13:38:38 +0000
commitd404b9fc58c7fd4d39331f0e2019de452542622c (patch)
tree1a9401353251b15c8fdbacef40fcac77f2ca7202 /libs/ardour/ardour/debug.h
parentacdc88f279760443dc7397290e9c4752af5b23c9 (diff)
move some debug trace support code around to a more sane location
git-svn-id: svn://localhost/ardour2/branches/3.0@6214 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 636d026f56..d90c82fcbe 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -29,6 +29,8 @@ namespace ARDOUR {
extern uint64_t debug_bits;
void debug_print (const char* prefix, std::string str);
void set_debug_bits (uint64_t bits);
+ int parse_debug_options (const char* str);
+ void list_debug_options ();
namespace DEBUG {
@@ -44,7 +46,8 @@ namespace ARDOUR {
Processors = 0x40,
Graph = 0x80,
Destruction = 0x100,
- MTC = 0x200
+ MTC = 0x200,
+ Transport = 0x400
};
}