-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug Fix] NF Advanced Ring Thread Process NF Shutdown Messages (#111)
Before, when running the advanced rings mode in speed tester and scaling, closing the manager would not kill the NF running. This adds a message handler in the advanced rings loop that listens for the MSG_STOP macro sent by the manager. Closes #105 Commit log: * Listen for stop message * Removing extra line * Style fixes * Avoiding memleak * Style updates * Style fixes * Style nits * Style nits * Style nits
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters