mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixes for iosource::Manager for deadlocks during shutdown
This commit is contained in:
parent
6acb626ece
commit
d06387d4d3
2 changed files with 6 additions and 6 deletions
|
@ -144,7 +144,7 @@ public:
|
|||
* is called during RegisterFd and UnregisterFd since those methods cause
|
||||
* changes to the active set of file descriptors.
|
||||
*/
|
||||
void Wakeup(const std::string& where);
|
||||
void Wakeup(std::string_view where);
|
||||
|
||||
private:
|
||||
/**
|
||||
|
@ -186,7 +186,7 @@ private:
|
|||
* @param where a string denoting where this ping was called from. Used
|
||||
* for debugging output.
|
||||
*/
|
||||
void Ping(const std::string& where);
|
||||
void Ping(std::string_view where);
|
||||
|
||||
// IOSource API methods
|
||||
void Process() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue