Clean shutdown, stability

This commit is contained in:
Robin Davies
2024-09-21 13:18:00 -04:00
parent 951a7a73de
commit 2b13dc1c96
30 changed files with 820 additions and 358 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "ss.hpp"
#include <chrono>
#include <cassert>
#include "util.hpp"
DBusDispatcher::DBusDispatcher(bool systemBus)
{
@@ -87,6 +88,7 @@ void DBusDispatcher::WakeThread()
}
void DBusDispatcher::ThreadProc()
{
pipedal::SetThreadName("dbusd");
try
{