24#ifndef HOST_APPLICATION_SIGNAL_H
25#define HOST_APPLICATION_SIGNAL_H
host_application_signal_signals
Definition: host_application_signal.h:29
@ HOST_APPLICATION_SIGNAL_LAST
Internal. Not a signal Keep that last.
Definition: host_application_signal.h:32
@ HOST_APPLICATION_SIGNAL_SHUTDOWN
shut the application down. no argument
Definition: host_application_signal.h:30
static int signal(mysql_cond_t *that, const char *, unsigned int)
Definition: mysql_cond_v1_native.cc:90
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112