summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/boost_debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-20 17:23:13 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:44 -0400
commitfc14f1f2ed348797fcb896aaea1dd3543f464124 (patch)
tree8a3bce015658dd31c7b27cb3528f395b8867d843 /libs/ardour/ardour/boost_debug.h
parent2a19dbb307191491c7f28897d6ef789154868cbb (diff)
add macro for boost shared ptr debugging of VCAs
Diffstat (limited to 'libs/ardour/ardour/boost_debug.h')
-rw-r--r--libs/ardour/ardour/boost_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/boost_debug.h b/libs/ardour/ardour/boost_debug.h
index 758166d8f1..08c5f5a830 100644
--- a/libs/ardour/ardour/boost_debug.h
+++ b/libs/ardour/ardour/boost_debug.h
@@ -29,10 +29,12 @@
//#define BOOST_MARK_ROUTE(p) boost_debug_shared_ptr_mark_interesting((p).get(),"Route")
//#define BOOST_MARK_TRACK(p) boost_debug_shared_ptr_mark_interesting((p).get(),"Track")
+//#define BOOST_MARK_VCA(p) boost_debug_shared_ptr_mark_interesting((p).get(),"ControlMaster")
//#define BOOST_SHOW_POINTERS() boost_debug_list_ptrs()
#define BOOST_MARK_ROUTE(p)
#define BOOST_MARK_TRACK(p)
+#define BOOST_MARK_VCA(p)
#define BOOST_SHOW_POINTERS()