MySQL 9.0.0
Source Code Documentation

Socket instrument information. More...

#include <psi_socket_bits.h>

Public Attributes

PSI_socket_keym_key
 Pointer to the key assigned to the registered socket. More...
 
const char * m_name
 The name of the socket instrument to register. More...
 
unsigned int m_flags
 The flags of the socket instrument to register. More...
 
int m_volatility
 Volatility index. More...
 
const char * m_documentation
 Documentation. More...
 

Detailed Description

Socket instrument information.

Since
PSI_SOCKET_VERSION_1 This structure is used to register an instrumented socket.

Member Data Documentation

◆ m_documentation

const char* PSI_socket_info_v1::m_documentation

Documentation.

◆ m_flags

unsigned int PSI_socket_info_v1::m_flags

The flags of the socket instrument to register.

See also
PSI_FLAG_SINGLETON

◆ m_key

PSI_socket_key* PSI_socket_info_v1::m_key

Pointer to the key assigned to the registered socket.

◆ m_name

const char* PSI_socket_info_v1::m_name

The name of the socket instrument to register.

◆ m_volatility

int PSI_socket_info_v1::m_volatility

Volatility index.


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