Open Enclave  0.8.0

◆ oe_load_module_host_resolver()

oe_result_t oe_load_module_host_resolver ( void  )

Load the host resolver module.

This function loads the host resolver module which is needed for an enclave application to be able to call getaddrinfo and getnameinfo.

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