Modify ready file path
[platform/core/appfw/launchpad.git] / src / launchpad-process-pool / loader_context.hh
index 1bba362..feaf15d 100644 (file)
@@ -154,6 +154,7 @@ class LoaderContext : public std::enable_shared_from_this<LoaderContext>,
   std::vector<std::string> condition_path_exists_;
   IEvent* listener_ = nullptr;
   uint32_t ref_count_ = 0;
+  bool ready_file_created_ = false;
 };
 
 }  // namespace launchpad