提交 81d91125 编写于 作者: C Cary Xu

code optimization

上级 d0e0034a
...@@ -119,7 +119,6 @@ typedef struct { ...@@ -119,7 +119,6 @@ typedef struct {
char padding[1]; char padding[1];
} SBlockColV0; } SBlockColV0;
typedef struct { typedef struct {
int16_t colId; int16_t colId;
uint8_t offsetH; uint8_t offsetH;
...@@ -127,7 +126,8 @@ typedef struct { ...@@ -127,7 +126,8 @@ typedef struct {
int32_t len; int32_t len;
uint32_t type : 8; uint32_t type : 8;
uint32_t offset : 24; uint32_t offset : 24;
} SBlockColV1; // size // char padding[];
} SBlockColV1;
#define SBlockCol SBlockColV1 // latest SBlockCol definition #define SBlockCol SBlockColV1 // latest SBlockCol definition
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册