rpm  5.4.10
Data Fields
FDlist_t Struct Reference
Collaboration diagram for FDlist_t:
Collaboration graph
[legend]

Data Fields

FILE * f
 
FD_t fd
 
const char * note
 
FDlistnext
 

Detailed Description

Definition at line 36 of file rpmfd-py.c.

Field Documentation

§ f

FILE* FDlist_t::f

Definition at line 37 of file rpmfd-py.c.

Referenced by closeCallback(), and rpmfd_Fopen().

§ fd

FD_t FDlist_t::fd

Definition at line 38 of file rpmfd-py.c.

Referenced by closeCallback(), rpmfd_Fopen(), and rpmfd_Wrap().

§ next

FDlist* FDlist_t::next

Definition at line 40 of file rpmfd-py.c.

Referenced by closeCallback(), and rpmfd_Fopen().

§ note

const char* FDlist_t::note

Definition at line 39 of file rpmfd-py.c.

Referenced by closeCallback(), and rpmfd_Fopen().


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