tape: improve code docs

This commit is contained in:
Dietmar Maurer
2021-01-21 13:19:07 +01:00
parent 1c86893d95
commit edda5039d4
7 changed files with 25 additions and 5 deletions

View File

@ -29,6 +29,7 @@ use crate::{
},
};
/// Magic number for media catalog files.
// openssl::sha::sha256(b"Proxmox Backup Media Catalog v1.0")[0..8]
pub const PROXMOX_BACKUP_MEDIA_CATALOG_MAGIC_1_0: [u8; 8] = [221, 29, 164, 1, 59, 69, 19, 40];