#431 handle ppm mount of unformed reactor race condition

This commit is contained in:
Mikayla Fischler
2024-03-05 10:56:27 -05:00
parent f9917b786c
commit 2f99aaeedb
4 changed files with 40 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ local util = require("scada-common.util")
local ppm = {}
local ACCESS_FAULT = nil ---@type nil
local UNDEFINED_FIELD = "undefined field"
local UNDEFINED_FIELD = "__PPM_UNDEF_FIELD__"
local VIRTUAL_DEVICE_TYPE = "ppm_vdev"
ppm.ACCESS_FAULT = ACCESS_FAULT