add stat&perf API

This commit is contained in:
liuwentan
2023-03-30 10:00:38 +08:00
parent 10571d3de4
commit 690f8bc602
2 changed files with 12 additions and 0 deletions

View File

@@ -192,6 +192,16 @@ int maat_options_set_deferred_load_on(struct maat_options *opts)
return 0;
}
int maat_options_set_stat_on(struct maat_options *opts)
{
}
int maat_options_set_perf_on(struct maat_options *opts)
{
}
int maat_options_set_foreign_cont_dir(struct maat_options *opts, const char *dir)
{
if (NULL == opts || NULL == dir || strlen(dir) >= NAME_MAX) {