Commit 3a22b09f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Better packing of struct waited.

parent dbf5d5db
...@@ -384,8 +384,8 @@ struct lru { ...@@ -384,8 +384,8 @@ struct lru {
struct waited { struct waited {
unsigned magic; unsigned magic;
#define WAITED_MAGIC 0x1743992d #define WAITED_MAGIC 0x1743992d
VTAILQ_ENTRY(waited) list;
int fd; int fd;
VTAILQ_ENTRY(waited) list;
void *ptr; void *ptr;
double idle; double idle;
#if defined(HAVE_EPOLL_CTL) #if defined(HAVE_EPOLL_CTL)
......
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