tape: improve docu

This commit is contained in:
Dietmar Maurer
2020-12-16 12:43:51 +01:00
parent dd59e3c2a1
commit 9839d3f778
5 changed files with 23 additions and 11 deletions

View File

@ -685,28 +685,28 @@ impl MediaSetCatalog {
#[derive(Endian)]
#[repr(C)]
pub struct LabelEntry {
struct LabelEntry {
file_number: u64,
uuid: [u8;16],
}
#[derive(Endian)]
#[repr(C)]
pub struct ChunkArchiveStart {
struct ChunkArchiveStart {
file_number: u64,
uuid: [u8;16],
}
#[derive(Endian)]
#[repr(C)]
pub struct ChunkArchiveEnd{
struct ChunkArchiveEnd{
file_number: u64,
uuid: [u8;16],
}
#[derive(Endian)]
#[repr(C)]
pub struct SnapshotEntry{
struct SnapshotEntry{
file_number: u64,
uuid: [u8;16],
name_len: u16,