File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ type tableSize struct {
3131
3232// freezerInfo contains the basic information of the freezer.
3333type freezerInfo struct {
34- name string // The identifier of freezer
35- head uint64 // The number of last stored item in the freezer
36- tail uint64 // The number of first stored item in the freezer
37- count uint64 // The number of stored items in the freezer
38- sizes []tableSize // The storage size per table
34+ name string // The identifier of freezer
35+ head uint64 // The number of last stored item in the freezer
36+ tail uint64 // The number of first stored item in the freezer
37+ count uint64 // The number of stored items in the freezer
38+ sizes []tableSize // The storage size per table
3939}
4040
4141// size returns the storage size of the entire freezer.
You can’t perform that action at this time.
0 commit comments