24#ifndef MYSQL_SERVER_RUNNABLE_SERVICE_H 
   25#define MYSQL_SERVER_RUNNABLE_SERVICE_H 
static void run(mysql_harness::PluginFuncEnv *)
Definition: io_plugin.cc:195
 
#define DECLARE_METHOD(retval, name, args)
Declares a method as a part of the Service definition.
Definition: service.h:103
 
#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