summaryrefslogtreecommitdiff
path: root/include/fieldstat/fieldstat.h
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-10-16 16:01:04 +0800
committerchenzizhan <[email protected]>2024-10-16 16:01:04 +0800
commit3d80f399b38059dbb69d7863493b5e1ba2fbd2fd (patch)
tree363e5d090307e9ea8f9c61db90f86cc7311c45e4 /include/fieldstat/fieldstat.h
parent7a81c67ec9534772fc3041a8ba9212f11038627d (diff)
fieldstat_hll_add_fields with fields **
Diffstat (limited to 'include/fieldstat/fieldstat.h')
-rw-r--r--include/fieldstat/fieldstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h
index b539ab8..f177ffb 100644
--- a/include/fieldstat/fieldstat.h
+++ b/include/fieldstat/fieldstat.h
@@ -151,7 +151,7 @@ int fieldstat_hll_add(struct fieldstat *instance, int cube_id, int metric_id, co
* @param item_len: the length of the field.
* @return Error codes.
*/
-int fieldstat_hll_add_fields(struct fieldstat *instance, int cube_id, int metric_id, const struct field *cell_dimensions, size_t n_dimensions, const struct field *items, size_t n_items);
+int fieldstat_hll_add_fields(struct fieldstat *instance, int cube_id, int metric_id, const struct field *cell_dimensions, size_t n_dimensions, const struct field **items, size_t n_items);
/*