Move playback_distance up to AudioDiskstream from Diskstream since it is only used...
[ardour.git] / libs / ardour / ardour / import_status.h
index 90513e8639aa98d59918f96b9ce6d5bd6072a039..9beb70f2f037a9c717bdb63e1329b0747b7f3d69 100644 (file)
@@ -37,9 +37,14 @@ struct ImportStatus : public InterThreadInfo {
        uint32_t                   total;
        SrcQuality                 quality;
        volatile bool              freeze;
-       std::vector<Glib::ustring> paths;
+       std::vector<std::string>   paths;
        bool                       replace_existing_source;
 
+       /** set to true when all files have been imported, as distinct from the done in ARDOUR::InterThreadInfo,
+        *  which indicates that one run of the import thread has been completed.
+        */
+       bool all_done;
+
        /* result */
        SourceList sources;
 };