epoll_create

fnint epoll_create(int size)

Creates an epoll instance.

Parameters

sizea hint specifying the number of file descriptors to be associated with the new instance. T

Returns

an fd for the new instance. The fd returned by epoll_create() should

be closed with close(). See_also: epoll_create1 (int flags)