mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Address supervisor code re-factoring feedback from Robin
This commit is contained in:
parent
172456fac0
commit
718879735e
11 changed files with 425 additions and 293 deletions
|
@ -27,14 +27,14 @@ public:
|
|||
/**
|
||||
* Put the object in the "ready" state.
|
||||
* @param signal_safe whether to skip error-reporting functionality that
|
||||
* is not async-signal-safe
|
||||
* is not async-signal-safe (errors still abort the process regardless)
|
||||
*/
|
||||
void Fire(bool signal_safe = false);
|
||||
|
||||
/**
|
||||
* Take the object out of the "ready" state.
|
||||
* @param signal_safe whether to skip error-reporting functionality that
|
||||
* is not async-signal-safe
|
||||
* is not async-signal-safe (errors still abort the process regardless)
|
||||
* @return number of bytes read from the pipe, corresponds to the number
|
||||
* of times Fire() was called.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue