1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-11-10 08:24:23 +03:00

dissect-image: take reference of DecryptedImage into DissectedImage

No functional changes. Preparation for later commits.
This commit is contained in:
Yu Watanabe
2022-09-11 23:08:25 +09:00
parent 9321ad5118
commit ac1e1b5fd7
2 changed files with 11 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ struct DissectedImage {
bool single_file_system:1; /* MBR/GPT or single file system */
DissectedPartition partitions[_PARTITION_DESIGNATOR_MAX];
DecryptedImage *decrypted_image;
/* Meta information extracted from /etc/os-release and similar */
char *image_name;