Skip to content

Commit

Permalink
ConfigObject: Introduce new icingadb_identifier attr
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Sep 12, 2022
1 parent 14e4f6b commit 07e60c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/base/configobject.ti
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ abstract class ConfigObject : ConfigObjectBase < ConfigType
[state, no_user_modify] double version {
default {{{ return 0; }}}
};
[no_user_view, no_user_modify] String icingadb_identifier;
};

}

0 comments on commit 07e60c1

Please sign in to comment.