Function base::syslog::push_descriptors
source ยท pub fn push_descriptors(fds: &mut Vec<RawDescriptor>)Expand description
Retrieves the file descriptors owned by the global syslogger.
Does nothing if syslog was never initialized. If their are any file descriptors, they will be
pushed into fds.
Note that the stderr file descriptor is never added, as it is not owned by syslog.