From f40279b745853b8745941bcd935acb77e472e1fa Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 3 Feb 2022 12:38:09 -0500 Subject: [PATCH] Remove active, add capturing, analysing, recording --- scripts/ZoneMinder/lib/ZoneMinder/Memory.pm.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Memory.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/Memory.pm.in index e361f57e7..7c4a96c46 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Memory.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/Memory.pm.in @@ -828,7 +828,9 @@ by monitor capture and analysis processes. shared_data The general mapped memory section size The size, in bytes, of this section valid Flag indicating whether this section has been initialised -active Flag indicating whether this monitor is active (enabled/disabled) +capturing Flag indicating whether this monitor is presently capturing +analysing Flag indicating whether this monitor is presently analysing +recording Flag indicating whether this monitor is presently recording signal Flag indicating whether this monitor is receiving a valid signal state The current monitor state, see the STATE constants below last_write_index The last index, in the image buffer, that an image has been saved to