mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Avoid race condition in control/id_value btest
This commit is contained in:
parent
e1bfb55736
commit
01d83c3204
3 changed files with 9 additions and 1 deletions
|
@ -19,5 +19,9 @@ redef test_var = "This is the value from the controllee";
|
|||
event Control::id_value_response(id: string, val: string)
|
||||
{
|
||||
print fmt("Got an id_value_response(%s, %s) event", id, val);
|
||||
}
|
||||
|
||||
event Broker::peer_lost(endpoint: Broker::EndpointInfo, msg: string)
|
||||
{
|
||||
terminate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue