ChownFd

data class ChownFd(val fd: Fd, val owner: Int, val group: Int)(source)

Constructors

Link copied to clipboard
constructor(fd: Fd, owner: Int, group: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val fd: Fd
Link copied to clipboard
val group: Int
Link copied to clipboard
val owner: Int