summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-31 20:46:56 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-31 20:46:56 +0000
commit26973e55d522e6e35a7618646cbdc7f4bf99e152 (patch)
tree27595e184b1123bb6b598f18f6e22be7b05b33d4 /src/context.h
parenta40ac3a10f6d0dd0edb5acb85f6c94e35e0c440b (diff)
filename hashing implemented
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@19 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/context.h b/src/context.h
index 96f4dcf..0a7aa03 100644
--- a/src/context.h
+++ b/src/context.h
@@ -28,11 +28,13 @@ struct syrep_db_context {
struct package *package;
DB *db_id_meta,
- *db_md_name,
- *db_name_md,
- *db_name_lastmd,
- *db_md_lastname,
- *db_version_timestamp;
+ *db_md_nrecno,
+ *db_nrecno_md,
+ *db_nrecno_lastmd,
+ *db_md_lastnrecno,
+ *db_version_timestamp,
+ *db_nhash_nrecno,
+ *db_nrecno_name;
uint32_t timestamp;
uint32_t version;