Merge remote-tracking branch 'origin/feature/wsl-for-apps' into user/oneblue/container-state

This commit is contained in:
Blue 2025-12-04 00:54:33 -08:00
commit 51abec24ec

View File

@ -66,8 +66,6 @@ private:
std::filesystem::path m_storageVhdPath;
std::map<std::string, Microsoft::WRL::ComPtr<WSLAContainer>> m_containers;
std::recursive_mutex m_lock;
// TODO: Add container tracking here. Could reuse m_lock for that.
};
} // namespace wsl::windows::service::wsla