fallback on unset device config var
This commit is contained in:
parent
d010ca2049
commit
92890d492a
2 changed files with 13 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ struct SConfigValue {
|
|||
int64_t intValue = -1;
|
||||
float floatValue = -1;
|
||||
std::string strValue = "";
|
||||
|
||||
bool set = false; // used for device configs
|
||||
};
|
||||
|
||||
struct SMonitorRule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue