measurement: replace u_int64_t with uint64_t

Be consistent and use everywhere uint64_t.

Change-Id: Id6b5df7f5045901109fe1007a5ad54e2f95b95f8
This commit is contained in:
Alexander Couzens 2020-06-14 00:43:39 +02:00 committed by lynxis lazus
parent 9b2641ff3d
commit d5107c0583
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ static void lchan_meas_compute_extended(struct gsm_lchan *lchan)
/* each measurement is an int32_t, so the squared difference value must fit in 32bits */
/* the sum of the squared values (each up to 32bit) can very easily exceed 32 bits */
u_int64_t sq_diff_sum = 0;
uint64_t sq_diff_sum = 0;
/* In case we do not have any measurement values collected there is no
* computation possible. We just skip the whole computation here, the