diff options
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r-- | lib/rpmts_internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h index 551cdd76b..f70401ae0 100644 --- a/lib/rpmts_internal.h +++ b/lib/rpmts_internal.h @@ -12,9 +12,7 @@ typedef struct diskspaceInfo_s * rpmDiskSpaceInfo; /* Transaction set elements information */ typedef struct tsMembers_s { - int * removedPackages; /*!< Set of packages being removed. */ - int numRemovedPackages; /*!< No. removed package instances. */ - int allocedRemovedPackages; /*!< Size of removed packages array. */ + intHash removedPackages; /*!< Set of packages being removed. */ rpmal addedPackages; /*!< Set of packages being installed. */ int numAddedPackages; /*!< No. added package instances. */ |