PostgreSQL Source Code
git master
|
#include <proclist_types.h>
Data Fields | |
ProcNumber | next |
ProcNumber | prev |
Definition at line 28 of file proclist_types.h.
ProcNumber proclist_node::next |
Definition at line 30 of file proclist_types.h.
Referenced by proclist_contains_offset(), proclist_delete_offset(), proclist_push_head_offset(), and proclist_push_tail_offset().
ProcNumber proclist_node::prev |
Definition at line 31 of file proclist_types.h.
Referenced by proclist_contains_offset(), proclist_delete_offset(), proclist_push_head_offset(), and proclist_push_tail_offset().