Speed up MistInBuffer shutdown time
This commit is contained in:
parent
97b28bebda
commit
f862263354
3 changed files with 6 additions and 1 deletions
|
@ -42,5 +42,6 @@ namespace Util{
|
|||
static void forget(pid_t pid);
|
||||
static void remember(pid_t pid);
|
||||
static std::set<int> socketList; ///< Holds sockets that should be closed before forking
|
||||
static int kill_timeout;
|
||||
};
|
||||
}// namespace Util
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue