fs_wait_for_mount.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:21:18 -05:00
parent c2f6c11644
commit dbe4362686

View File

@ -29,7 +29,7 @@
namespace fs
{
int
wait_for_mount(const fs::Path srcpath,
wait_for_mount(const std::string srcpath,
const fs::PathVector &tgtpaths,
const std::chrono::milliseconds &timeout);
}