mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-03-07 00:58:32 +03:00
It's needlessly adding mental complexity to always have to translate usages like info.0 or info.1 in ones head when reading the code. Transforming this to a struct allows for using descriptive names when accessing the specific fields and allows for implementing a constructor per MamFormat, reducing the resulting MAM attribute list by quite a few lines. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>