MySQL 8.3.0
Source Code Documentation
_log_service_instance Struct Reference

State of a given instance of a service. More...

#include <log_builtins_internal.h>

Public Attributes

log_service_cache_entrysce
 the service in question More...
 
void * instance
 instance handle (multi-open) More...
 
struct _log_service_instancenext
 next instance (any service) More...
 

Detailed Description

State of a given instance of a service.

A service may support being opened several times.

Member Data Documentation

◆ instance

void* _log_service_instance::instance

instance handle (multi-open)

◆ next

struct _log_service_instance* _log_service_instance::next

next instance (any service)

◆ sce

log_service_cache_entry* _log_service_instance::sce

the service in question


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