continue finetuning of interface + adjust tests.

streaming + re-reading do not seem to work completely correctly + there are still some strange random crashes.
This commit is contained in:
Bernhard Amann 2012-03-16 23:43:13 -07:00
parent e59aed6ce3
commit 29f56b4986
15 changed files with 251 additions and 86 deletions

View file

@ -45,6 +45,6 @@ event bro_init()
Input::remove("ssh");
}
event Input::update_finished(id: string) {
event Input::update_finished(name: string, source:string) {
print servers;
}