FdObjEpollData.verifyFd

Compares the appropriate byte of the given fd with the instance of this struct.

struct FdObjEpollData
bool
verifyFd
(
int fd
)

Parameters

fd int

fd which we want to confirmed if it was registered with the epoll.

Return Value

Type: bool

true if fd's lowest byte and the byte stored in the registration match, false otherwise

Meta