Skip to content

Commit

Permalink
RavenDB-22986 - rename to Reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha-kotler committed Feb 18, 2025
1 parent 7b87e8c commit a452970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Voron/Impl/FreeSpace/FreeSpaceHandling.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public struct SectionMetadata()
public ushort StartBits = NumberOfPagesInSection;
public ushort EndBits = NumberOfPagesInSection;

private ushort Padding = 0;
private ushort Reserved = 0;
}

static FreeSpaceHandling()
Expand Down

0 comments on commit a452970

Please sign in to comment.