Function lxc_attach_run_command

Source
pub unsafe extern "C" fn lxc_attach_run_command(
    payload: *mut c_void,
) -> c_int
Expand description

Run a command in the container.


Parameters

payload lxc_attach_command_t to run.


Returns

-1 on error, exit code of lxc_attach_command_t program on success.


version: 1.0.0