summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
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;