changeset 155:1b9f5fb90ccf

Comment
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 14 Jun 2017 10:07:15 +0100
parents 6f01107166d5
children 94050aba32c3
files src/PiperPluginLibrary.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/PiperPluginLibrary.h	Wed Jun 14 10:07:05 2017 +0100
+++ b/src/PiperPluginLibrary.h	Wed Jun 14 10:07:15 2017 +0100
@@ -81,7 +81,8 @@
     // map from pluginKey -> adapter
     std::map<std::string, PiperAdapterInterface *> m_adapters;
 
-    // map from plugin handle -> plugin static data
+    // map from plugin handle -> plugin static data. Added to when a
+    // plugin is loaded, removed from when finish() is called.
     std::map<piper_vamp::PluginHandleMapper::Handle,
              piper_vamp::PluginStaticData> m_pluginStaticData;