[][src]Function systemd::daemon::is_fifo

pub fn is_fifo<S: CStrArgument>(fd: Fd, path: Option<S>) -> Result<bool>

Identifies whether the passed file descriptor is a FIFO. If a path is supplied, the file descriptor must also match the path.