struct zx_service_ops

Defined at line 17 of file ../../zircon/system/ulib/svc/include/lib/svc/service.h

Function table for services hosted by an svchost.

Public Members

zx_status_t (*)(void **) init
zx_status_t (*)(void *, async_dispatcher_t *, const char *, zx_handle_t) connect
void (*)(void *) release