Struct syslog_ng_sys::logpipe::LogPathOptions
[−]
[src]
pub struct LogPathOptions {
pub ack_needed: c_int,
pub flow_control_requested: c_int,
pub matched: *mut c_int,
}Fields
ack_needed: c_int
flow_control_requested: c_int
matched: *mut c_int
Trait Implementations
impl Default for LogPathOptions[src]
fn default() -> LogPathOptions
Returns the "default value" for a type. Read more