diff options
author | jbj <devnull@localhost> | 2004-10-28 23:57:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-28 23:57:36 +0000 |
commit | 37718380bf1a5503555b3ac7575570ad68fe2fa1 (patch) | |
tree | cb91b80dcbbe610bb994c09b97c4eb312ae36d3a /lib/rpmts.h | |
parent | e609515b336384c95b59e7f87c3059119fa0b543 (diff) | |
download | librpm-tizen-37718380bf1a5503555b3ac7575570ad68fe2fa1.tar.gz librpm-tizen-37718380bf1a5503555b3ac7575570ad68fe2fa1.tar.bz2 librpm-tizen-37718380bf1a5503555b3ac7575570ad68fe2fa1.zip |
- bump popt to version to 1.10.
CVS patchset: 7519
CVS date: 2004/10/28 23:57:36
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index f209c7d39..64ec13641 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -294,6 +294,8 @@ struct rpmts_s { int orderCount; /*!< No. of transaction elements. */ int orderAlloced; /*!< No. of allocated transaction elements. */ int unorderedSuccessors; /*!< Index of 1st element of successors. */ + int ntrees; /*!< No. of dependency trees. */ + int maxDepth; /*!< Maximum depth of dependency tree(s). */ int selinuxEnabled; /*!< Is SE linux enabled? */ int chrootDone; /*!< Has chroot(2) been been done? */ |