std::os::linux

EpollParams

struct EpollParams 
{
	uint	busy_poll_usecs;
	ushort  busy_poll_budget;
	char	prefer_busy_poll;
	
	/* pad the struct to a multiple of 64bits */
	char	__pad;
}

Members

Methods