From 007b1f94c86b41c9bf9edabaee0d4325033918fe Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 5 Jun 2021 07:58:22 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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 }; ``` -- 2.47.2