Add in comments to help with usage

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-05-05 08:58:14 -07:00
parent a33c64959d
commit 9bfab00194

View File

@@ -97,9 +97,9 @@ type msgBlock struct {
ifn string
ifd *os.File
liwsz int64
index uint64
bytes uint64
rbytes uint64
index uint64 // User visible message count.
bytes uint64 // User visible bytes count.
rbytes uint64 // Total bytes (raw) including deleted. Used for rolling to new blk.
msgs uint64
lwits int64
lwts int64