summaryrefslogtreecommitdiffstats
path: root/src/dbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbi.h')
-rw-r--r--src/dbi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dbi.h b/src/dbi.h
index 8cd6fe6..1daaeb8 100644
--- a/src/dbi.h
+++ b/src/dbi.h
@@ -51,10 +51,12 @@ struct og_image_legacy {
struct og_image {
char name[OG_DB_IMAGE_NAME_MAXLEN + 1];
char description[OG_DB_IMAGE_DESCRIPTION_MAXLEN + 1];
- const char *filename;
+ uint64_t software_id;
uint64_t center_id;
uint64_t datasize;
uint64_t group_id;
+ uint64_t type;
+ uint64_t id;
struct stat image_stats;
};