|
|
@ -54,12 +54,11 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_, |
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
std::string |
|
|
|
|
|
|
|
|
int |
|
|
get_kv(const fs::path &mountpoint_, |
|
|
get_kv(const fs::path &mountpoint_, |
|
|
const std::string &key_, |
|
|
const std::string &key_, |
|
|
std::string *val_) |
|
|
std::string *val_) |
|
|
{ |
|
|
{ |
|
|
std::string val; |
|
|
|
|
|
fs::path cfgfile; |
|
|
fs::path cfgfile; |
|
|
|
|
|
|
|
|
cfgfile = ::_mergerfs_config_file(mountpoint_); |
|
|
cfgfile = ::_mergerfs_config_file(mountpoint_); |
|
|
|