more code

This commit is contained in:
Hongze Cheng 2023-04-26 15:35:16 +08:00
parent 37fb13fa9d
commit a3877153bb
1 changed files with 1 additions and 13 deletions

View File

@ -51,19 +51,7 @@ struct STFile {
struct { struct {
int32_t level; int32_t level;
int32_t nSeg; int32_t nSeg;
} stt; // .stt } stt;
struct {
int64_t offset;
} head; // .head
struct {
// TODO
} data; // .data
struct {
// TODO
} sma; // .sma
struct {
// TODO
} tomb; // .tomb
}; };
LISTD(STFile) listNode; LISTD(STFile) listNode;