PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DynamicFileList Struct Reference

Data Fields

DynamicFileListnext
 
dev_t device
 
ino_t inode
 
void * handle
 
const Pg_magic_structmagic
 
char filename [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 46 of file dfmgr.c.

Field Documentation

◆ device

dev_t DynamicFileList::device

Definition at line 49 of file dfmgr.c.

Referenced by internal_load_library().

◆ filename

char DynamicFileList::filename[FLEXIBLE_ARRAY_MEMBER]

◆ handle

void* DynamicFileList::handle

Definition at line 54 of file dfmgr.c.

Referenced by internal_load_library().

◆ inode

ino_t DynamicFileList::inode

Definition at line 52 of file dfmgr.c.

Referenced by internal_load_library().

◆ magic

const Pg_magic_struct* DynamicFileList::magic

Definition at line 55 of file dfmgr.c.

Referenced by get_loaded_module_details(), and internal_load_library().

◆ next

DynamicFileList* DynamicFileList::next

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