From 638994400f728e9ee501be4e53423f3b6bdb3cb0 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 26 Mar 2021 20:54:58 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f23609b..1c003f4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ struct clock_source { char ip[64]; // the IP the clock information is coming from uint64_t clock_id; uint64_t reserved; - uint64_t source_time; // the time at the source - uint64_t local_time; // the local time for which when the source time is valid + uint64_t local_time; // the local time at which a measurement was done uint64_t local_to_source_time_offset; // add this to the local time to get source time int flags; // not used yet int valid; // true if this entry is valid -- 2.47.3