diff options
| author | chenzizhan <[email protected]> | 2024-07-05 15:52:54 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-05 15:52:54 +0800 |
| commit | 140bd9a51aac330f7c367b61fe7b85f7d06fefe7 (patch) | |
| tree | f9de2aa89584a2fa5ca0602e8d603e64c3c704a0 /include | |
| parent | d822eaa3006588210a12694dc202df3f8f6e4187 (diff) | |
renames; manifest manager(a bidict) ; cube itself as item
Diffstat (limited to 'include')
| -rw-r--r-- | include/fieldstat/fieldstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h index 93ac2b8..b0969cf 100644 --- a/include/fieldstat/fieldstat.h +++ b/include/fieldstat/fieldstat.h @@ -158,7 +158,7 @@ void fieldstat_reset(struct fieldstat *instance); @brief Merge the instance. The registered cubes and metrics are merged even if there are no cells added. @return 0 if success. return FS_ERR_INVALID_PARAM when the registered cubes or metrics between dest and src of the same keys has different types or configurations(like different primary metric). */ -int fieldstat_merge(struct fieldstat *instance, struct fieldstat *src); +int fieldstat_merge(struct fieldstat *instance, const struct fieldstat *src); /* -------------------------------------------------------------------------- */ /* query */ |
