diff options
| 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 |
| commit | a5a26f986b6d34269c17f45a98625979da3b7136 (patch) | |
| tree | b10a5d17c2261952a662b7393edda91bb1ee3b96 /redes/syntax.h | |
| parent | e7169456fb85d481a703432dc472cd5fc25f849e (diff) | |
work on redesign
Diffstat (limited to 'redes/syntax.h')
| -rw-r--r-- | redes/syntax.h | 6 |
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; |
