runtime: replace virtual checkpoint timer with watchdog
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled

This commit is contained in:
server
2026-04-14 07:40:07 +02:00
parent cecc822777
commit e638816026
4 changed files with 150 additions and 43 deletions

View File

@@ -88,6 +88,7 @@ int thecore_idle(void)
void thecore_destroy(void)
{
signal_destroy();
pid_deinit();
log_destroy();
}