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

Minor polish

parent ee3abf8e
......@@ -31,8 +31,6 @@
*
*/
struct vdi_methods;
struct vcldir {
unsigned magic;
#define VCLDIR_MAGIC 0xbf726c7d
......@@ -40,14 +38,11 @@ struct vcldir {
struct vcl *vcl;
const struct vdi_methods *methods;
VTAILQ_ENTRY(vcldir) list;
unsigned health;
const struct vdi_ahealth *admin_health;
double health_changed;
char *cli_name;
};
/* cache_director.c */
#define VBE_AHEALTH_LIST \
VBE_AHEALTH(healthy, HEALTHY, 1) \
VBE_AHEALTH(sick, SICK, 0) \
......
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