(Hopefully) fix race condition between trace and intel file.

This commit is contained in:
Johanna Amann 2015-07-15 09:14:36 -07:00
parent 70d222135b
commit 0d9869a2aa

View file

@ -16,3 +16,13 @@ www.dresdner-privat.de Intel::DOMAIN source1 test entry http://some-data-distrib
redef Intel::read_files += { "intel.dat" };
event bro_init()
{
suspend_processing();
}
event Input::end_of_data(name: string, source: string)
{
continue_processing();
}