]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 26 Mar 2021 20:54:58 +0000 (20:54 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 20:54:58 +0000 (20:54 +0000)
README.md

index f23609b029376d6683e33dffa35cf7551b58ba5a..1c003f45f67353705411bb4ad911c7c2121e4b4d 100644 (file)
--- 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