aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-06-14 00:43:39 +0200
committerlynxis lazus <lynxis@fe80.eu>2020-07-14 08:37:33 +0000
commitd5107c05836f3517958dd76abfa51cfc39a93f49 (patch)
tree18e20b47f98dd24cd7bdd6981a9a1fdf21e739b9
parent9b2641ff3d060ad55e27f557842ea16a89f8970d (diff)
measurement: replace u_int64_t with uint64_t
Be consistent and use everywhere uint64_t. Change-Id: Id6b5df7f5045901109fe1007a5ad54e2f95b95f8
-rw-r--r--src/common/measurement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/measurement.c b/src/common/measurement.c
index 3170e4a1..17169ca7 100644
--- a/src/common/measurement.c
+++ b/src/common/measurement.c
@@ -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