#include <depends.h>
Public Types | |
enum | rpmTransactionType { TR_ADDED, TR_REMOVED } |
Data Fields | |
enum transactionElement_s::rpmTransactionType | type |
union { | |
int addedIndex | |
struct { | |
int dboffset | |
int dependsOnIndex | |
} removed | |
} | u |
Definition at line 121 of file depends.h.
struct { ... } transactionElement_s::removed |
Package disposition (installed/removed).
union { ... } transactionElement_s::u |