MySQL 8.4.1
Source Code Documentation
host_application_signal.h File Reference

Go to the source code of this file.

Classes

struct  s_mysql_host_application_signal
 A service to deliver a signal to host application. More...
 

Typedefs

typedef struct s_mysql_host_application_signal mysql_service_host_application_signal_t
 A service to deliver a signal to host application. More...
 

Enumerations

enum  host_application_signal_signals { HOST_APPLICATION_SIGNAL_SHUTDOWN , HOST_APPLICATION_SIGNAL_LAST = 1 }
 

Enumeration Type Documentation

◆ host_application_signal_signals

Enumerator
HOST_APPLICATION_SIGNAL_SHUTDOWN 

shut the application down. no argument

HOST_APPLICATION_SIGNAL_LAST 

Internal. Not a signal Keep that last.