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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user