summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/source_factory.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-15 17:42:59 +0200
committerRobin Gareus <robin@gareus.org>2015-09-15 17:50:27 +0200
commit4b20e719a893e985ee2b21e6440daa0433c61305 (patch)
treebfb0d0632ac4d7dc1ad80a9ec54368038cca788f /libs/ardour/ardour/source_factory.h
parentbed85f98d141f52fb9425f612f0c4f43d38a1319 (diff)
prepare displaying peakfile queue-len
Diffstat (limited to 'libs/ardour/ardour/source_factory.h')
-rw-r--r--libs/ardour/ardour/source_factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/source_factory.h b/libs/ardour/ardour/source_factory.h
index 614fdce7b1..a41cd36258 100644
--- a/libs/ardour/ardour/source_factory.h
+++ b/libs/ardour/ardour/source_factory.h
@@ -68,6 +68,7 @@ class LIBARDOUR_API SourceFactory {
static Glib::Threads::Mutex peak_building_lock;
static std::list< boost::weak_ptr<AudioSource> > files_with_peaks;
+ static int peak_work_queue_length ();
static int setup_peakfile (boost::shared_ptr<Source>, bool async);
};