pub type NcSubprocOptions = ncsubproc_options;Expand description
Options struct for NcSubproc
type in C: ncsubproc_options (struct)
Aliased Type§
#[repr(C)]pub struct NcSubprocOptions {
pub curry: *mut c_void,
pub restart_period: u64,
pub flags: u64,
}Fields§
§curry: *mut c_void§restart_period: u64restart this many seconds after an exit (watch)
flags: u64bitfield over NCOPTION_SUBPROC_*