diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-19 15:39:19 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-19 15:39:19 +0100 |
commit | 06209c1917338a6d5f3844a31a1b9e29c1c85573 (patch) | |
tree | afb42f8e32e0d6e0d065467b4d9c73d2ceade39b /proto | |
parent | 099898ffdd7dd0133d520c96ff19319e500448b3 (diff) |
Aggregator: Fix build with limited set of protocols
Diffstat (limited to 'proto')
-rw-r--r-- | proto/aggregator/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/aggregator/config.Y b/proto/aggregator/config.Y index 44b7752f..0eb160cb 100644 --- a/proto/aggregator/config.Y +++ b/proto/aggregator/config.Y @@ -20,7 +20,7 @@ CF_DEFINES CF_DECLS -CF_KEYWORDS(AGGREGATOR, AGGREGATE, ON, MERGE, BY) +CF_KEYWORDS(AGGREGATOR, PEER, AGGREGATE, ON, MERGE, BY) %type <ai> aggr_item aggr_list |