#include <rpmlib.h>
Data Fields | |
int | numProblems |
int | numProblemsAlloced |
rpmProblem | probs |
|
Current probs array size. Definition at line 986 of file rpmlib.h. Referenced by psAppend(), psCreate(), psTrim(), and rpmRunTransactions(). |
|
Allocated probs array size. Definition at line 987 of file rpmlib.h. Referenced by psAppend(), and psCreate(). |
|
Array of specific problems. Definition at line 988 of file rpmlib.h. Referenced by psAppend(), psCreate(), psTrim(), rpmProblemSetFree(), rpmProblemSetPrint(), and rpmtransRun(). |