Supervisor structure definition.
Definition: supervisor_config.h:45
int send_events_subscriber(struct supervisor_context *context, enum SUBSCRIBER_EVENT type, const char *format,...)
Send an event to the subscribers array.
Definition: subscriber_events.c:102
int add_events_subscriber(struct supervisor_context *context, const struct client_address *addr)
Add a subscriber to the subscriber events array.
Definition: subscriber_events.c:54