diff options
| author | chenzizhan <[email protected]> | 2024-10-16 15:29:28 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-10-16 15:29:28 +0800 |
| commit | 7a81c67ec9534772fc3041a8ba9212f11038627d (patch) | |
| tree | 8c16833d6d7516b3d776db656d565e66ad28d450 /src/cube.c | |
| parent | 0881c354b6ea011f6213c0f0af237e9260ca798a (diff) | |
fieldstat_easy_counter_incrby_batch
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -965,7 +965,7 @@ int cube_counter_incrby(struct cube *cube, int metric_id, const struct field *di return FS_OK; } -int cube_counter_incrby_batch(struct cube *cube, int metric_ids[], const struct field *dimensions, size_t n_dimensions, long long increments[], size_t n_metrics) { +int cube_counter_incrby_batch(struct cube *cube, const int metric_ids[], const struct field *dimensions, size_t n_dimensions, const long long increments[], size_t n_metrics) { if (cube->primary_metric_id == -1) { return FS_ERR_CUBE_SAMPLING_NOT_INITIALIZED; } |
