Commit 987ea3c1 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Only the cli thread can send events to backends

parent d3a0764a
......@@ -229,6 +229,7 @@ vcl_BackendEvent(const struct vcl *vcl, enum vcl_event_e e)
{
struct backend *be;
ASSERT_CLI();
CHECK_OBJ_NOTNULL(vcl, VCL_MAGIC);
AZ(vcl->busy);
......
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