From bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 2 Feb 2021 16:56:57 -0600 Subject: Clean up synchronization between the engine and the BA. --- src/engine/core.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/engine/core.h') diff --git a/src/engine/core.h b/src/engine/core.h index 0161eaa0..fae4bfe5 100644 --- a/src/engine/core.h +++ b/src/engine/core.h @@ -77,11 +77,6 @@ enum BURN_AU_PAUSE_ACTION typedef struct _BURN_ENGINE_STATE { - // synchronization - CRITICAL_SECTION csActive; // Any call from the UX that reads or alters the engine state - // needs to be syncronized through this critical section. - // Note: The engine must never do a UX callback while in this critical section. - // UX flow control //BOOL fSuspend; // Is TRUE when UX made Suspend() call on core. //BOOL fForcedReboot; // Is TRUE when UX made Reboot() call on core. -- cgit v1.2.3-55-g6feb