diff options
| author | chenzizhan <[email protected]> | 2024-07-03 18:16:57 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-03 18:16:57 +0800 |
| commit | 79ccdac89a7871c82946d9a784e479edd73c473d (patch) | |
| tree | 7841a79a46162ff87d09c7c0bb49e5f365f918e6 /src/cube.c | |
| parent | 105fece68917e092f4c05131ca947bd5b3aec032 (diff) | |
remove cell_manager.c; mv cube manager to fieldstat
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -680,7 +680,7 @@ int cube_get_serialization(const struct cube *cube, int metric_id, const struct return FS_ERR_INVALID_METRIC_ID; } - metric_get_plain_blob(metric, blob, blob_size); + metric_serialize(metric, blob, blob_size); return FS_OK; } |
