close_peer_fd

Function close_peer_fd 

Source
pub fn close_peer_fd(fd: RawFd)
Expand description

Close the peer end of a socketpair (host side, after spawning plugin).

ยงSafety

fd must be a valid file descriptor that the caller owns.