dpkg 1.21.11
Data Fields
cleanup_entry Struct Reference
Collaboration diagram for cleanup_entry:
[legend]

Data Fields

struct cleanup_entrynext
 
struct {
   int   mask
 
   void(*   call )(int argc, void **argv)
 
calls [NCALLS]
 
int cpmask
 
int cpvalue
 
int argc
 
void * argv [1]
 

Field Documentation

◆ argc

int cleanup_entry::argc

Referenced by push_checkpoint().

◆ argv

void* cleanup_entry::argv[1]

Referenced by push_checkpoint().

◆ call

void(* cleanup_entry::call) (int argc, void **argv)

Referenced by push_checkpoint().

◆ 

struct { ... } cleanup_entry::calls[NCALLS]

Referenced by push_checkpoint().

◆ cpmask

int cleanup_entry::cpmask

Referenced by push_checkpoint().

◆ cpvalue

int cleanup_entry::cpvalue

Referenced by push_checkpoint().

◆ mask

int cleanup_entry::mask

Referenced by push_checkpoint().

◆ next

struct cleanup_entry* cleanup_entry::next

Referenced by push_checkpoint().


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