MySQL 8.3.0
Source Code Documentation
pfs_tls_channel_provider.h File Reference

Performance schema instrumentation (declarations). More...

#include "my_psi_config.h"
#include <stddef.h>
#include "my_macros.h"
#include "mysql/psi/mysql_tls_channel.h"

Go to the source code of this file.

Macros

#define PSI_TLS_CHANNEL_CALL(M)   pfs_##M##_v1
 

Functions

void pfs_register_tls_channel_v1 (TLS_channel_property_iterator *provider)
 
void pfs_unregister_tls_channel_v1 (TLS_channel_property_iterator *provider)
 

Detailed Description

Performance schema instrumentation (declarations).

Macro Definition Documentation

◆ PSI_TLS_CHANNEL_CALL

#define PSI_TLS_CHANNEL_CALL (   M)    pfs_##M##_v1

Function Documentation

◆ pfs_register_tls_channel_v1()

void pfs_register_tls_channel_v1 ( TLS_channel_property_iterator provider)

◆ pfs_unregister_tls_channel_v1()

void pfs_unregister_tls_channel_v1 ( TLS_channel_property_iterator provider)