Add slog logging support and update error handling in various modules

This commit is contained in:
2025-08-13 20:16:42 +01:00
parent 64c58c0300
commit d62e3119c2
14 changed files with 228 additions and 162 deletions

View File

@@ -122,6 +122,7 @@ typedef struct aaruformatContext
int currentBlockOffset;
crc64_ctx *crc64Context;
int writingBufferPosition;
long nextBlockPosition;
} aaruformatContext;
typedef struct DumpHardwareEntriesWithData