| 466 | int pipes[2][2]; |
| 467 | |
| 468 | Command() : argv(nullptr) {} |
| 469 | Command(const CSimpleIni& ini, std::string _section, ProcessID id, fdb_fd_set fds, int* maxfd) |
| 470 | : fds(fds), argv(nullptr), section(_section), fork_retry_time(-1), quiet(false), delete_envvars(nullptr), |
| 471 | deconfigured(false), kill_on_configuration_change(true), memory_rss(0) { |
nothing calls this directly
no test coverage detected