#include <depends.h>
Public Attributes | |
rpmtransFlags | transFlags |
rpmCallbackFunction | notify |
rpmCallbackData | notifyData |
rpmProblemSet | probs |
rpmprobFilterFlags | ignoreSet |
rpmdb | rpmdb |
int* | removedPackages |
int | numRemovedPackages |
int | allocedRemovedPackages |
struct availableList | addedPackages |
struct availableList | availablePackages |
struct transactionElement* | order |
int | orderCount |
int | orderAlloced |
int | chrootDone |
const char* | rootDir |
const char* | currDir |
FD_t | scriptFd |
int | delta |
int | id |
Definition at line 124 of file depends.h.
|
Set of packages being installed. |
|
Size of removed packages array. |
|
Universe of possible packages. |
|
Has chroot(2) been been done? |
|
Current working directory. |
|
Delta for reallocation. |
|
Transaction id. |
|
Bits to filter current problems. |
|
Callback function. Definition at line 126 of file depends.h. Referenced by installBinaryPackage(), removeBinaryPackage(), and rpmRunTransactions(). |
|
Callback private data. |
|
No. removed rpmdb instances. |
|
Packages sorted by dependencies. |
|
No. of allocated transaction elements. |
|
No. of transaction elements. |
|
Current problems in transaction. |
|
Set of packages being removed. |
|
Path to top of install tree. |
|
Database handle. |
|
Scriptlet stdout/stderr. |
|
Bit(s) to control operation. |