summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graph.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-19 21:36:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-19 21:36:38 +0000
commit6636a65c100869e1d479cac97769fbaede7746c7 (patch)
treeaee411a92e2453712fb699893d4313ebd4ef7fca /libs/ardour/ardour/graph.h
parent19d1132afb8d1877f7b3e7c1ff27a11503f1b56d (diff)
Configure option to abort when malloc is called in the process thread.
git-svn-id: svn://localhost/ardour2/branches/3.0@8548 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/graph.h')
-rw-r--r--libs/ardour/ardour/graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/graph.h b/libs/ardour/ardour/graph.h
index 6893c08d9d..812bc5b86c 100644
--- a/libs/ardour/ardour/graph.h
+++ b/libs/ardour/ardour/graph.h
@@ -84,6 +84,8 @@ class Graph : public SessionHandleRef
void clear_other_chain ();
+ bool in_process_thread () const;
+
protected:
virtual void session_going_away ();