Ziti C SDK
|
Ziti Service Status event. More...
#include <ziti_events.h>
Data Fields | |
ziti_service_array | removed |
Services no longer available in the Ziti Context. | |
ziti_service_array | changed |
Modified services – name, permissions, configs, etc. | |
ziti_service_array | added |
Newly available services in the Ziti Context. | |
Ziti Service Status event.
Event notifying app about service access changes. Each field is a NULL-terminated array of ziti_service*
.
ziti_service_array ziti_service_event::added |
Newly available services in the Ziti Context.
ziti_service_array ziti_service_event::changed |
Modified services – name, permissions, configs, etc.
ziti_service_array ziti_service_event::removed |
Services no longer available in the Ziti Context.