fs_wait_for_mount.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:21:35 -05:00
parent dbe4362686
commit 7ef59b4105

View File

@ -156,7 +156,7 @@ _wait_for_mount(const struct stat &src_st_,
}
int
fs::wait_for_mount(const fs::Path src_path_,
fs::wait_for_mount(const std::string src_path_,
const fs::PathVector &tgt_paths_,
const std::chrono::milliseconds &timeout_)
{