From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 26 Mar 2021 20:54:58 +0000 (+0000) Subject: Update README.md X-Git-Tag: 1.1-dev~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638994400f728e9ee501be4e53423f3b6bdb3cb0;p=thirdparty%2Fnqptp.git Update README.md --- 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