Actions
Task #8106
openTask #2693: tracking: libsuricata
Task #4682: tracking: clean up globals and thread locals
misc: don't use global for SCInstance
Effort:
Difficulty:
Label:
Description
Currently, SCInstance is a collection of variables held in a global. I think the original intention of this struct was to declare an instance variable that would be passed around, but it was never seen through to completion.
As part of cleaning up globals, this should be moved away from a global and passed around as needed. Not strictly a libsuricata task, but it does help.
No data to display
Actions