Struct syslog_ng_sys::logpipe::LogPathOptions [] [src]

#[repr(C)]
pub struct LogPathOptions { pub ack_needed: c_int, pub flow_control_requested: c_int, pub matched: *mut c_int, }

Fields

Trait Implementations

impl Default for LogPathOptions
[src]

Returns the "default value" for a type. Read more