MySQL 8.4.0
Source Code Documentation
connection_descriptor Struct Reference

#include <node_connection.h>

Public Attributes

int fd
 
SSL * ssl_fd
 
con_state connected_
 
unsigned int snd_tag
 
xcom_proto x_proto
 
enum_transport_protocol protocol_stack
 

Member Data Documentation

◆ connected_

con_state connection_descriptor::connected_

◆ fd

int connection_descriptor::fd

◆ protocol_stack

enum_transport_protocol connection_descriptor::protocol_stack

◆ snd_tag

unsigned int connection_descriptor::snd_tag

◆ ssl_fd

SSL* connection_descriptor::ssl_fd

◆ x_proto

xcom_proto connection_descriptor::x_proto

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