diff options
author | jbj <devnull@localhost> | 2001-11-11 12:47:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-11 12:47:08 +0000 |
commit | b97f1cf32b47de9019f93e229207f1619b93fd49 (patch) | |
tree | df587a5731914c31887eb06aa87b06bdd3be994f /lib/psm.h | |
parent | 2928a5b00d55c07df73971f7d2f845bc0618380f (diff) | |
download | rpm-b97f1cf32b47de9019f93e229207f1619b93fd49.tar.gz rpm-b97f1cf32b47de9019f93e229207f1619b93fd49.tar.bz2 rpm-b97f1cf32b47de9019f93e229207f1619b93fd49.zip |
- common structure elements for unification of TFI_t and rpmFNSet.
CVS patchset: 5173
CVS date: 2001/11/11 12:47:08
Diffstat (limited to 'lib/psm.h')
-rw-r--r-- | lib/psm.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,12 +8,14 @@ #include "fsm.h" #include "depends.h" +#include "rpmds.h" /*@unchecked@*/ /*@-exportlocal@*/ extern int _fi_debug; /*@=exportlocal@*/ +#ifdef DYING /** */ struct sharedFileInfo { @@ -107,6 +109,7 @@ struct transactionFileInfo_s { /*@refs@*/ int nrefs; /*!< Reference count. */ }; +#endif /* DYING */ /** */ @@ -268,4 +271,4 @@ int psmStage(PSM_t psm, pkgStage stage) } #endif -#endif /* H_ROLLBACK */ +#endif /* H_PSM */ |