feat: add environment variable passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user