|
Ziti C SDK
|
Object passed to ziti_options.event_cb.
More...
#include <ziti_events.h>
Data Fields | ||
| ziti_event_type | type | |
| union { | ||
| struct ziti_context_event ctx | ||
| struct ziti_router_event router | ||
| struct ziti_service_event service | ||
| struct ziti_auth_event auth | ||
| struct ziti_config_event cfg | ||
| }; | ||
Object passed to ziti_options.event_cb.
| union { ... } ziti_event_t |
| struct ziti_auth_event ziti_event_t::auth |
| struct ziti_config_event ziti_event_t::cfg |
| struct ziti_context_event ziti_event_t::ctx |
| struct ziti_router_event ziti_event_t::router |
| struct ziti_service_event ziti_event_t::service |
| ziti_event_type ziti_event_t::type |