Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  Fix table expiry for values assigned in bro_init() when reading live.
This commit is contained in:
Robin Sommer 2012-04-09 16:02:10 -07:00
commit 3605dfceeb
5 changed files with 414 additions and 5 deletions

View file

@ -550,7 +550,12 @@ scripting language supports the following built-in attributes.
.. bro:attr:: &expire_func
Called right before a container element expires.
Called right before a container element expires. The function's
first parameter is of the same type of the container and the second
parameter the same type of the container's index. The return
value is a :bro:type:`interval` indicating the amount of additional
time to wait before expiring the container element at the given
index (which will trigger another execution of this function).
.. bro:attr:: &read_expire