more code
This commit is contained in:
parent
37fb13fa9d
commit
a3877153bb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue