#include <psm.h>
Data Fields | |
rpmTransactionSet | ts |
TFI_t | fi |
FD_t | cfd |
FD_t | fd |
Header | oh |
rpmdbMatchIterator | mi |
const char * | stepName |
const char * | rpmio_flags |
const char * | failedFile |
const char * | pkgURL |
const char * | pkgfn |
int | scriptTag |
int | progTag |
int | npkgs_installed |
int | scriptArg |
int | sense |
int | countCorrection |
int | chrootDone |
rpmCallbackType | what |
unsigned long | amount |
unsigned long | total |
rpmRC | rc |
pkgStage | goal |
pkgStage | stage |
Definition at line 158 of file psm.h.
unsigned long psm_s::amount |
0 if installing, -1 if removing.
Definition at line 183 of file psm.h.
Referenced by handleOneTrigger(), psmStage(), and runTriggers().
const char* psm_s::failedFile |
Repackage file handle.
Definition at line 164 of file psm.h.
Referenced by psmStage(), rpmInstallSourcePackage(), and runScript().
transaction element file info
Definition at line 162 of file psm.h.
Referenced by handleOneTrigger(), markReplacedFiles(), psmStage(), runImmedTriggers(), runInstScript(), runScript(), and runTriggers().
Definition at line 167 of file psm.h.
Referenced by psmStage(), runImmedTriggers(), and runTriggers().
const char* psm_s::pkgfn |
const char* psm_s::pkgURL |
int psm_s::progTag |
Scriptlet interpreter tag.
Definition at line 179 of file psm.h.
Referenced by psmStage(), and runInstScript().
Definition at line 188 of file psm.h.
Referenced by handleOneTrigger(), psmStage(), rpmInstallSourcePackage(), rpmVerify(), rpmVerifyScript(), runImmedTriggers(), runInstScript(), runScript(), runTriggers(), showVerifyPackage(), verifyDependencies(), and verifyHeader().
const char* psm_s::rpmio_flags |
int psm_s::scriptArg |
Scriptlet package arg.
Definition at line 181 of file psm.h.
Referenced by psmStage(), and runInstScript().
int psm_s::scriptTag |
Scriptlet data tag.
Definition at line 178 of file psm.h.
Referenced by psmStage(), and runInstScript().
int psm_s::sense |
One of RPMSENSE_TRIGGER{IN,UN,POSTUN}.
Definition at line 182 of file psm.h.
Referenced by handleOneTrigger(), and psmStage().
const char* psm_s::stepName |
unsigned long psm_s::total |
transaction set
Definition at line 160 of file psm.h.
Referenced by handleOneTrigger(), markReplacedFiles(), psmStage(), rpmInstallSourcePackage(), rpmRunTransactions(), rpmVerifyScript(), runImmedTriggers(), runScript(), runTriggers(), and verifyDependencies().