diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-11-18 21:01:55 -0800 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2025-11-18 21:01:55 -0800 |
| commit | b395859da4937fa4c3064f4e022e46690df8f2d4 (patch) | |
| tree | 06202323aaf388a80b7656eee1a5fff619485078 /hotline/file_resume_data.go | |
| parent | 489e26d1b3c224beffba2649406efd83580989fe (diff) | |
Rename hotline.fileWrapper struct to hotline.File
Diffstat (limited to 'hotline/file_resume_data.go')
| -rw-r--r-- | hotline/file_resume_data.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/file_resume_data.go b/hotline/file_resume_data.go index c9f27f6..1926bc6 100644 --- a/hotline/file_resume_data.go +++ b/hotline/file_resume_data.go @@ -24,7 +24,7 @@ func (ft ForkType) String() string { } type ForkInfoList struct { - Fork ForkType // "DATA" or "MACR" + Fork ForkType // "DATA", "INFO", or "MACR" DataSize [4]byte // offset from which to resume the transfer of data RSVDA [4]byte // Present in the Hotline protocol docs, but unused. Left here for documentation purposes. RSVDB [4]byte // Present in the Hotline protocol docs, but unused. Left here for documentation purposes. |