Crash guard: prevent loading of preset if it has caused crashes.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include <stdexcept>
|
||||
#include "ss.hpp"
|
||||
#include "SchedulerPriority.hpp"
|
||||
#include "CrashGuard.hpp"
|
||||
|
||||
#include "CpuUse.hpp"
|
||||
|
||||
@@ -287,6 +288,7 @@ namespace pipedal
|
||||
|
||||
bool ok = true;
|
||||
|
||||
CrashGuardLock crashGuardLock;
|
||||
while (true)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user