event from c++ to script works (at last...)

This commit is contained in:
Bernhard Amann 2011-10-19 16:35:34 -07:00
parent f8be3519c7
commit 9c8b0dec3b
8 changed files with 33 additions and 16 deletions

View file

@ -0,0 +1 @@
@load ./main

View file

@ -0,0 +1,11 @@
module Input;
export {
type Event: record {
name: string;
columns: any;
};
}
@load base/input.bif

View file

@ -1509,4 +1509,5 @@ const parse_udp_tunnels = F &redef;
# BiFs and script-land defined types.
@load base/frameworks/logging
@load base/input.bif
@load base/frameworks/input