zeek/testing/btest/plugins/logging-hooks-plugin/src
Arne Welzel 927a06b9ab logging: Fix HookLogInit() and HookLogWrite() info usage
There's two instances of WriterBackend::WriterInfo for a given
writer. One in Manager::WriterInfo that's accessible via
stream.writers and a copy within WriterFrontend.

Commit 78999d147d switched to use the
address of the frontend's info instance for HookLogWrite() invocations,
breaking users using the address for identification purposes.
2025-01-14 10:44:50 +01:00
..
Plugin.cc logging: Fix HookLogInit() and HookLogWrite() info usage 2025-01-14 10:44:50 +01:00
Plugin.h logging: Fix HookLogInit() and HookLogWrite() info usage 2025-01-14 10:44:50 +01:00