Persistent state and bro_init().

Hi,

I have two policy files: one that builds up persistent state and one
that uses this previously generated persistent state. I want to ensure
that in repeated invocations of the first script, the persistent data
structure is cleared.

I could do this in bro_init(). Is persistent state all set up and ready
by the time bro_init event handlers are executed?

Cheers,
Christian.

Yes.

Robin