From d2f4d07585d1e915365f3aaea6fc696e00a9e26d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Aug 2024 15:04:22 -0400 Subject: Support channels with maximum size --- ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 15c41d81..b7f715b8 100644 --- a/ast.h +++ b/ast.h @@ -184,6 +184,7 @@ struct ast_s { } Array; struct { type_ast_t *item_type; + ast_t *max_size; } Channel; struct { type_ast_t *item_type; -- cgit v1.2.3