Open Enclave  0.9.0
oe_result_t oe_load_module_host_epoll ( void  )

Load the event polling (epoll) module.

This function loads the host epoll module which is needed for an enclave application to be able to call epoll_create1, epoll_ctl, and epoll_wait

Return values
OE_OKThe module was successfully loaded.
OE_FAILUREModule failed to load.