more code
This commit is contained in:
parent
37fb13fa9d
commit
a3877153bb
|
@ -51,19 +51,7 @@ struct STFile {
|
|||
struct {
|
||||
int32_t level;
|
||||
int32_t nSeg;
|
||||
} stt; // .stt
|
||||
struct {
|
||||
int64_t offset;
|
||||
} head; // .head
|
||||
struct {
|
||||
// TODO
|
||||
} data; // .data
|
||||
struct {
|
||||
// TODO
|
||||
} sma; // .sma
|
||||
struct {
|
||||
// TODO
|
||||
} tomb; // .tomb
|
||||
} stt;
|
||||
};
|
||||
|
||||
LISTD(STFile) listNode;
|
||||
|
|
Loading…
Reference in New Issue