summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-24 13:49:08 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-24 13:51:31 -0500
commite58b337c84d4e7fcea52c7ef79811f3bb8c5adec (patch)
tree3cbad02086a090327d7dcf46c6cf8abd7306dfb8 /libs/ardour/ardour/debug.h
parent59cc85b8211a7f2d171eb3e35444a6532bbd1d8a (diff)
add (finally) DEBUG::AudioEngine bit and convert existing debug trace messages to use it
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index d5d81b8772..d6bef8d48a 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -66,6 +66,7 @@ namespace PBD {
LIBARDOUR_API extern uint64_t Automation;
LIBARDOUR_API extern uint64_t WiimoteControl;
LIBARDOUR_API extern uint64_t Ports;
+ LIBARDOUR_API extern uint64_t AudioEngine;
}
}