lifecycle: expose INTERFACES_FILE env var to executors
This commit is contained in:
parent
0669e897fd
commit
9e4e17707f
4 changed files with 8 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ struct lif_execute_opts {
|
|||
bool verbose;
|
||||
bool mock;
|
||||
const char *executor_path;
|
||||
const char *interfaces_file;
|
||||
};
|
||||
|
||||
extern bool lif_execute_fmt(const struct lif_execute_opts *opts, char *const envp[], const char *fmt, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue