MySQL 8.4.0
Source Code Documentation
mysql_service_placeholder_ref_t Struct Reference

Carries information on the specific Service requirement for some Component and a pointer to member where to store the acquired Service Implementation to satisfy this requirement. More...

#include <dynamic_loader.h>

Public Attributes

const char * name
 
void ** implementation
 

Detailed Description

Carries information on the specific Service requirement for some Component and a pointer to member where to store the acquired Service Implementation to satisfy this requirement.

Member Data Documentation

◆ implementation

void** mysql_service_placeholder_ref_t::implementation

◆ name

const char* mysql_service_placeholder_ref_t::name

The documentation for this struct was generated from the following file: