rule-parse: Remove [event_name] syntax, deprecate msg as identifier

As suggested by Robin. Thanks.
This commit is contained in:
Arne Welzel 2023-12-13 20:50:56 +01:00
parent 0b5126f650
commit f3470843d6
12 changed files with 68 additions and 39 deletions

View file

@ -17,6 +17,9 @@ namespace detail {
class Rule;
class RuleEndpointState;
// Returns true if the given C-string represents a registered event.
bool is_event(const char* id);
// Base class of all rule actions.
class RuleAction {
public: