A UnixFD is a Unix file descriptor sent over the wire. See the package-level documentation for more information about Unix file descriptor passing.
| 333 | // A UnixFD is a Unix file descriptor sent over the wire. See the package-level |
| 334 | // documentation for more information about Unix file descriptor passing. |
| 335 | type UnixFD int32 |
| 336 | |
| 337 | // A UnixFDIndex is the representation of a Unix file descriptor in a message. |
| 338 | type UnixFDIndex uint32 |
no outgoing calls
no test coverage detected