feat: add environment variable passing

This commit is contained in:
2024-08-26 19:51:12 +02:00
parent cfffa43428
commit 484efc200a
7 changed files with 63 additions and 12 deletions
+2
View File
@@ -1,7 +1,9 @@
#ifndef SCI_EXECUTOR_H
#define SCI_EXECUTOR_H
#include "strlist.h"
void executor(void* pipeline_event);
void set_logdir(const char* logdir);
void set_shared_environment(const strlist_node* root);
#endif