MySQL 9.0.0
Source Code Documentation
psi_tls_channel_bits.h File Reference

Instrumentation helpers for TLS channels. More...

Go to the source code of this file.

Classes

class  TLS_channel_property
 TLS property. More...
 
struct  TLS_channel_property_iterator
 Property iterator callbacks. More...
 

Macros

#define PSI_TLS_CHANNEL_VERSION_1   1
 Performance Schema TLS Channel Interface number for version 1. More...
 
#define PSI_CURRENT_TLS_CHANNEL_VERSION   1
 Performance Schema TLS Channel Interface number for the most recent version. More...
 

Typedefs

typedef struct property_iterator_imp * property_iterator
 Iterator object. More...
 
typedef bool(* init_tls_property_iterator_t) (property_iterator *iterator)
 Initialize TLS property iterator. More...
 
typedef void(* deinit_tls_property_iterator_t) (property_iterator iterator)
 De-initialize TLS property iterator. More...
 
typedef bool(* get_tls_property_t) (property_iterator iterator, TLS_channel_property *property)
 Get one TLS property information from current iterator position. More...
 
typedef bool(* next_tls_property_t) (property_iterator iterator)
 Move TLS Property iterator to next position. More...
 
typedef struct TLS_channel_property_iterator TLS_channel_property_iterator
 
typedef void(* register_tls_channel_v1_t) (TLS_channel_property_iterator *provider)
 TLS channel information registration API. More...
 
typedef void(* unregister_tls_channel_v1_t) (TLS_channel_property_iterator *provider)
 TLS channel information un registration API. More...
 

Variables

const size_t MAX_CHANNEL_NAME_SIZE = 64
 
const size_t MAX_PROPERTY_NAME_SIZE = 64
 
const size_t MAX_PROPERTY_VALUE_SIZE = 512
 

Detailed Description

Instrumentation helpers for TLS channels.

This header file provides necessary declarations to instrument TLS context information.