summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/registry.hpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-11-01 10:48:36 -0500
committerMatt Spinler <spinler@us.ibm.com>2019-11-04 16:18:29 -0600
commite07f915b21c5915574d03f9c9b7527084da4abe6 (patch)
treee6a6c6eb9987ce3ef5a8e0c2b581af2c93b2a550 /extensions/openpower-pels/registry.hpp
parent97d19b4806101161c5a97c1cc4daab6b95c89984 (diff)
downloadphosphor-logging-e07f915b21c5915574d03f9c9b7527084da4abe6.tar.gz
phosphor-logging-e07f915b21c5915574d03f9c9b7527084da4abe6.zip
PEL: Make action flags optional in the registry
A future commit will fill in the field if it isn't present. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I67371433162ce2198a362796d274695a1bd6a6dc
Diffstat (limited to 'extensions/openpower-pels/registry.hpp')
-rw-r--r--extensions/openpower-pels/registry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/openpower-pels/registry.hpp b/extensions/openpower-pels/registry.hpp
index c55c624..d75c30a 100644
--- a/extensions/openpower-pels/registry.hpp
+++ b/extensions/openpower-pels/registry.hpp
@@ -99,7 +99,7 @@ struct Entry
/**
* @brief The PEL action flags field.
*/
- uint16_t actionFlags;
+ std::optional<uint16_t> actionFlags;
/**
* @brief The optional action flags to use instead when in manufacturing
OpenPOWER on IntegriCloud