Actions
Bug #6408
closedOutput plugins receive identifier, but not thread identifier
Affected Versions:
Effort:
Difficulty:
Label:
Description
Currently, output plugins receive a "thread_id" during per-thread initialization. The thread id is actually a slot number for an internal data structure and thus, not useful for correlating to the Suricata thread.
Instead, the per-thread init function should receive a correlating value to the Suricata threads. The semantic change should be unnoticed by output plugins as the id will continue to be unique for different Suricata threads.
Updated by Jeff Lucovsky about 1 year ago
- Status changed from Assigned to In Review
Updated by Jeff Lucovsky 8 months ago
- Status changed from In Review to Closed
Updated by Victor Julien 4 months ago
- Blocks Story #7148: extensibility: plugins added
Actions