summaryrefslogtreecommitdiff
path: root/src/timesync/timesyncd-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timesync/timesyncd-manager.h')
-rw-r--r--src/timesync/timesyncd-manager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/timesync/timesyncd-manager.h b/src/timesync/timesyncd-manager.h
index d8d97cc1ee..97c4e2ff34 100644
--- a/src/timesync/timesyncd-manager.h
+++ b/src/timesync/timesyncd-manager.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <sys/timex.h>
#include "sd-bus.h"
@@ -72,14 +71,14 @@ struct Manager {
double offset;
double delay;
} samples[8];
- unsigned int samples_idx;
+ unsigned samples_idx;
double samples_jitter;
usec_t max_root_distance_usec;
/* last change */
bool jumped;
bool sync;
- long drift_freq;
+ int64_t drift_freq;
/* watch for time changes */
sd_event_source *event_clock_watch;