From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 23 Mar 2021 11:20:11 +0000 (+0000) Subject: Disable garbage collection. X-Git-Tag: 1.1-dev~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bfc47a6c43cbc87b99b3fa7179f7461c164c1cd;p=thirdparty%2Fnqptp.git Disable garbage collection. --- diff --git a/nqptp.c b/nqptp.c index 3e5ec5c..4494fc0 100644 --- 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); } }