]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Disable garbage collection.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 23 Mar 2021 11:20:11 +0000 (11:20 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 23 Mar 2021 11:20:11 +0000 (11:20 +0000)
nqptp.c

diff --git a/nqptp.c b/nqptp.c
index 3e5ec5c4c22562e1b4928cd230853b263afb7735..4494fc0e8ac0567d2d2fef0236e1b1e890c06bdb 100644 (file)
--- a/nqptp.c
+++ b/nqptp.c
@@ -1277,7 +1277,7 @@ int main(void) {
       }
       // here, invalidate records and entries that are out of date
       uint64_t tn = get_time_now();
-      deleteObseleteClockRecords(&clocks, tn);
+      // deleteObseleteClockRecords(&clocks, tn);
     }
   }