From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 5 Jun 2021 06:58:22 +0000 (+0100) Subject: Update README.md X-Git-Tag: 1.2~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007b1f94c86b41c9bf9edabaee0d4325033918fe;p=thirdparty%2Fnqptp.git Update README.md --- diff --git a/README.md b/README.md index 68721dd..962149c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ struct shm_structure { char master_clock_ip[64]; // the IP of the current master clock uint64_t local_time; // the time when the offset was calculated uint64_t local_to_master_time_offset; // add this to the local time to get master clock time + uint64_t master_clock_start_time; // this is when the master clock became master }; ```