#include <rpmcli.h>
Data Fields | |
unsigned int | instance |
const char * | key |
Header | h |
const char * | n |
const char * | v |
const char * | r |
union { | |
uint_32 u32 | |
} | val |
Definition at line 352 of file rpmcli.h.
unsigned int IDT_s::instance |
installed package transaction id.
Definition at line 353 of file rpmcli.h.
Referenced by IDTXglob(), IDTXload(), and rpmRollback().
const char* IDT_s::key |
removed package file name. removed package header.
Definition at line 356 of file rpmcli.h.
Referenced by IDTXfree(), IDTXglob(), IDTXload(), and rpmRollback().
const char* IDT_s::n |
package name.
Definition at line 357 of file rpmcli.h.
Referenced by IDTintcmp(), IDTXglob(), IDTXload(), and rpmRollback().
const char* IDT_s::v |
package version.
Definition at line 358 of file rpmcli.h.
Referenced by IDTXglob(), IDTXload(), and rpmRollback().
const char* IDT_s::r |
package release.
Definition at line 359 of file rpmcli.h.
Referenced by IDTXglob(), IDTXload(), and rpmRollback().
install/remove transaction id
Definition at line 361 of file rpmcli.h.
Referenced by IDTintcmp(), IDTXglob(), IDTXload(), and rpmRollback().
union { ... } IDT_s::val |
Referenced by IDTintcmp(), IDTXglob(), IDTXload(), and rpmRollback().