summaryrefslogtreecommitdiff
path: root/src/exporter/cjson_exporter.c
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2023-09-21 11:38:35 +0800
committerchenzizhan <[email protected]>2023-09-21 11:38:35 +0800
commit699032ad438f6e8d0843869742d46a60c8e7978b (patch)
tree44acf4ac667b7ca147808bb39bec250d5c823ef9 /src/exporter/cjson_exporter.c
parentb65a5e670c6aede5affa9f7783efa376db2a8559 (diff)
rename fieldstat_cube_read_cell
Diffstat (limited to 'src/exporter/cjson_exporter.c')
-rw-r--r--src/exporter/cjson_exporter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exporter/cjson_exporter.c b/src/exporter/cjson_exporter.c
index 5ab1836..5c1baa9 100644
--- a/src/exporter/cjson_exporter.c
+++ b/src/exporter/cjson_exporter.c
@@ -436,7 +436,7 @@ int cell_iter_next_cube(struct cell_iter *iter) {
}
// get cell info
- fieldstat_cube_read_cell(instance, cube_id_next, &iter->cell_ids, &iter->tag_list, &iter->n_cell);
+ fieldstat_get_cells_from_cube(instance, cube_id_next, &iter->cell_ids, &iter->tag_list, &iter->n_cell);
if (iter->n_cell == 0) {
continue;
}