zeek-agent-v2 icon indicating copy to clipboard operation
zeek-agent-v2 copied to clipboard

Rework state required for signal manager

Open timwoj opened this issue 2 years ago • 0 comments

Once #39 is merged, we need to revisit the state required for the signal manager code. The changes for Windows necessitated moving the signal manager into the global namespace, which isn't ideal since it's being initialized and held in main.cc. This should be reworked to be more sensible.

From the PR:

We should rework the signal manager code to not hold global state in main.cc. If we need global state for Windows, then it should remain limited to the Windows CC file.

timwoj avatar Apr 22 '22 22:04 timwoj