refactor: align 8 bytes in tqueue.c

This commit is contained in:
Shengliang Guan 2022-05-14 09:39:50 +08:00
parent 1e41ba8c14
commit 245f82ffe4
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ typedef struct STaosQnode {
STaosQnode *next;
STaosQueue *queue;
int32_t size;
int32_t reserved;
char item[];
} STaosQnode;