File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
DiskAccessLibrary/FileSystems/NTFS/Log/RestartTables Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- /* Copyright (C) 2018 Tal Aloni <[email protected] >. All rights reserved. 1+ /* Copyright (C) 2018-2019 Tal Aloni <[email protected] >. All rights reserved. 22 *
33 * You can redistribute this program and/or modify it under the terms of
44 * the GNU Lesser Public License as published by the Free Software Foundation,
@@ -24,8 +24,8 @@ public class TransactionEntry : RestartTableEntry
2424 public ulong FirstLsn ; // First LSN for the transaction
2525 public ulong PreviousLsn ;
2626 public ulong UndoNextLsn ;
27- public uint UndoRecords ; // Number of of undo log records pending abort
28- public int UndoBytes ; // Number of of bytes in undo log records pending abort
27+ public uint UndoRecords ; // Number of undo log records pending abort
28+ public int UndoBytes ; // Number of bytes in undo log records pending abort
2929
3030 public TransactionEntry ( )
3131 {
You can’t perform that action at this time.
0 commit comments