summaryrefslogtreecommitdiff
path: root/redes/syntax.h
diff options
context:
space:
mode:
authorÁkos Kőrösi <korakos99@gmail.com>2026-05-20 23:59:56 +0200
committerÁkos Kőrösi <korakos99@gmail.com>2026-05-20 23:59:56 +0200
commita5a26f986b6d34269c17f45a98625979da3b7136 (patch)
treeb10a5d17c2261952a662b7393edda91bb1ee3b96 /redes/syntax.h
parente7169456fb85d481a703432dc472cd5fc25f849e (diff)
work on redesign
Diffstat (limited to 'redes/syntax.h')
-rw-r--r--redes/syntax.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/redes/syntax.h b/redes/syntax.h
index 70cfe22..b78d4fa 100644
--- a/redes/syntax.h
+++ b/redes/syntax.h
@@ -154,6 +154,12 @@ struct PlCommand {
};
DECLARE_VEC(PlCommand, Pipeline)
+DECLARE_VEC(Pipeline, PipelineVec)
+
+typedef struct {
+ PipelineVec pl_pool;
+ Pipeline* root;
+} PipelineTree;