24#ifndef MYSQL_AUDIT_LOG_PRUNE_ADAPT_SERVICE_INCLUDED
25#define MYSQL_AUDIT_LOG_PRUNE_ADAPT_SERVICE_INCLUDED
void(* audit_log_prune_adapt_v1_t)(size_t external_rotate_cycle)
Adjust pruning cycle to be slower than rotation on time, both:
Definition: audit_log_prune_adapt_bits.h:36
#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
Specifies macros to define Service Implementations.