Ziti C SDK
Loading...
Searching...
No Matches
ziti_event_t Struct Reference

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 
 
};  
 

Detailed Description

Object passed to ziti_options.event_cb.

Note
event data becomes invalid as soon as callback returns. App must copy data if it's needed for further processing.

Field Documentation

◆ [union]

union { ... } ziti_event_t

◆ auth

struct ziti_auth_event ziti_event_t::auth

◆ cfg

struct ziti_config_event ziti_event_t::cfg

◆ ctx

struct ziti_context_event ziti_event_t::ctx

◆ router

struct ziti_router_event ziti_event_t::router

◆ service

struct ziti_service_event ziti_event_t::service

◆ type

ziti_event_type ziti_event_t::type

The documentation for this struct was generated from the following file: