Speed up MistInBuffer shutdown time

This commit is contained in:
Thulinma 2021-01-06 15:33:16 +01:00
parent 97b28bebda
commit f862263354
3 changed files with 6 additions and 1 deletions

View file

@ -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