-
Brenden Blanco authored
Hash map updates are not safe in recursive context. Change the implementation of funccount to be read-only by converting lookup_or_init() to lookup(). When run in interval mode, zero the counts table instead of clearing it. Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
95728834