summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-11 00:23:51 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-11 00:23:51 +0000
commit19ae4ed6403075647118180c241fd68cbbdc24a6 (patch)
tree2711c0e0080a94e7d28dec7a809b9dc58309ab81 /libs/ardour/route.cc
parentcd175818edfd56d3db7d3cdae29124386e790221 (diff)
Comment a few things and add missing process lock when adding a route from a template.
git-svn-id: svn://localhost/ardour2/branches/3.0@8242 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 55b3a59f51..51ea1960cb 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2718,7 +2718,7 @@ Route::nonrealtime_handle_transport_stopped (bool /*abort_ignored*/, bool did_lo
_roll_delay = _initial_delay;
}
-/** Called with the process lock held */
+/** Called with the process lock held if change contains ConfigurationChanged */
void
Route::input_change_handler (IOChange change, void * /*src*/)
{
@@ -2729,7 +2729,7 @@ Route::input_change_handler (IOChange change, void * /*src*/)
}
}
-/** Called with the process lock held */
+/** Called with the process lock held if change contains ConfigurationChanged */
void
Route::output_change_handler (IOChange change, void * /*src*/)
{