Remove &synchronized from Tunnel::active table.

This commit is contained in:
Jon Siwek 2012-06-18 17:04:46 -05:00
parent ce58a3e908
commit d6286d953d

View file

@ -76,7 +76,7 @@ export {
## Currently active tunnels. That is, tunnels for which new, encapsulated
## connections have been seen in the interval indicated by
## :bro:see:`Tunnel::expiration_interval`.
global active: table[conn_id] of Info = table() &synchronized &read_expire=expiration_interval &expire_func=expire;
global active: table[conn_id] of Info = table() &read_expire=expiration_interval &expire_func=expire;
}
const ayiya_ports = { 5072/udp };