add maat_stat instance_name

This commit is contained in:
liuwentan
2023-04-25 17:02:30 +08:00
parent e97dfe0b90
commit c88fd120dc
3 changed files with 7 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ struct maat_stat *maat_stat_new(const char *stat_file, size_t max_thread_num,
void maat_stat_free(struct maat_stat *stat);
int maat_stat_init(struct maat_stat *stat, struct table_manager *tbl_mgr,
struct maat_garbage_bin *garbage_bin, const char *stat_inst_name);
struct maat_garbage_bin *garbage_bin);
void maat_stat_output(struct maat_stat *stat, long long maat_version, int perf_on);