Commit 283a8125 authored by oranagra's avatar oranagra
Browse files

reduce struct padding by reordering members

parent 9aff5640
...@@ -92,8 +92,8 @@ typedef struct quicklistEntry { ...@@ -92,8 +92,8 @@ typedef struct quicklistEntry {
quicklistNode *node; quicklistNode *node;
unsigned char *zi; unsigned char *zi;
unsigned char *value; unsigned char *value;
unsigned int sz;
long long longval; long long longval;
unsigned int sz;
int offset; int offset;
} quicklistEntry; } quicklistEntry;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment