Add accessors to Command.
This commit is contained in:
@@ -120,7 +120,7 @@ impl Command {
|
||||
| FDIO_SPAWN_CLONE_NAMESPACE
|
||||
| FDIO_SPAWN_CLONE_ENVIRON // this is ignored when envp is non-null
|
||||
| FDIO_SPAWN_CLONE_UTC_CLOCK,
|
||||
self.get_program().as_ptr(),
|
||||
self.get_program_cstr().as_ptr(),
|
||||
self.get_argv().as_ptr(),
|
||||
envp,
|
||||
actions.len() as size_t,
|
||||
|
||||
Reference in New Issue
Block a user