summaryrefslogtreecommitdiff
path: root/redes/syntax.h
diff options
context:
space:
mode:
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;