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 {
struct waited {
unsigned magic;
#define WAITED_MAGIC 0x1743992d
VTAILQ_ENTRY(waited) list;
int fd;
VTAILQ_ENTRY(waited) list;
void *ptr;
double idle;
#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