summaryrefslogtreecommitdiff
path: root/lib/psm.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-11 12:47:08 +0000
committerjbj <devnull@localhost>2001-11-11 12:47:08 +0000
commitb97f1cf32b47de9019f93e229207f1619b93fd49 (patch)
treedf587a5731914c31887eb06aa87b06bdd3be994f /lib/psm.h
parent2928a5b00d55c07df73971f7d2f845bc0618380f (diff)
downloadrpm-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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/psm.h b/lib/psm.h
index 85f9e596b..f860bd317 100644
--- a/lib/psm.h
+++ b/lib/psm.h
@@ -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 */