MySQL 8.4.0
Source Code Documentation
ib_list_node_t Struct Reference

#include <ut0list.h>

Public Attributes

ib_list_node_tprev
 previous node More...
 
ib_list_node_tnext
 next node More...
 
void * data
 user data More...
 

Member Data Documentation

◆ data

void* ib_list_node_t::data

user data

◆ next

ib_list_node_t* ib_list_node_t::next

next node

◆ prev

ib_list_node_t* ib_list_node_t::prev

previous node


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