Browse Source

mergerfs_api.cpp

Antonio SJ Musumeci 2 weeks ago
parent
commit
93361f3d59
  1. 9
      src/mergerfs_api.cpp

9
src/mergerfs_api.cpp

@ -35,6 +35,15 @@ _lgetxattr(const std::string &input_path_,
return rv; return rv;
} }
static
int
_lsetxattr(const std::string &input_path_,
const std::string &key_,
const std::string &val_)
{
}
bool bool
mergerfs::api::is_mergerfs(const fs::path &mountpoint_) mergerfs::api::is_mergerfs(const fs::path &mountpoint_)
{ {

Loading…
Cancel
Save