cstyle

parent bc87776d
...@@ -107,14 +107,12 @@ vmod_director_healthy(VRT_CTX, VCL_BACKEND b, VCL_TIME *t) ...@@ -107,14 +107,12 @@ vmod_director_healthy(VRT_CTX, VCL_BACKEND b, VCL_TIME *t)
return (r); return (r);
} }
static const struct vdi_methods vmod_director_methods[1] = { static const struct vdi_methods vmod_director_methods[1] = {{
{ .magic = VDI_METHODS_MAGIC,
.magic = VDI_METHODS_MAGIC, .type = "all_healthy",
.type = "all_healthy", .healthy = vmod_director_healthy,
.resolve = vmod_director_resolve, .resolve = vmod_director_resolve,
.healthy = vmod_director_healthy, }};
}
};
VCL_VOID VCL_VOID
vmod_director__init(VRT_CTX, vmod_director__init(VRT_CTX,
......
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