diff options
Diffstat (limited to 'include/evanix.h')
-rw-r--r-- | include/evanix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/evanix.h b/include/evanix.h index 48fe110..1e24590 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -7,7 +7,7 @@ struct evanix_opts_t { bool isflake; bool isdryrun; bool ispipelined; - bool close_stderr_exec; + bool close_unused_fd; char *system; uint32_t max_build; }; |