#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.
Package disposition (installed/removed).
Referenced by removePackage(), rpmRunTransactions(), rpmtransAddPackage(), and rpmtransGetKeys().
Definition at line 127 of file depends.h.
Referenced by rpmRunTransactions(), rpmtransAddPackage(), rpmtransGetKeys(), and tsGetAlp().
struct { ... } transactionElement_s::removed |
Referenced by removePackage(), and rpmRunTransactions().
union { ... } transactionElement_s::u |
Referenced by removePackage(), rpmRunTransactions(), rpmtransAddPackage(), rpmtransGetKeys(), and tsGetAlp().