Adds a message containing file descriptors to the buffer.
impl<H> CMsgBuf<H> where H: Allocator, { fn fds(&mut self, fds: &[i32]) -> Result<(), Errno> }
The file descriptors to be added.