Commit d0cd23f5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make it possible to call VTAILQ_TAIL on objects

parent a42afbbc
......@@ -417,6 +417,7 @@ struct lru {
};
/* Object structure --------------------------------------------------*/
VTAILQ_HEAD(objecthead, storage);
struct object {
unsigned magic;
......@@ -451,7 +452,7 @@ struct object {
struct http *http;
VTAILQ_HEAD(, storage) store;
struct objecthead store;
struct storage *esidata;
......
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