Module: check_mk
Branch: master
Commit: 8586f74ce52b3d70d65e7160186dc65fa800b531
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8586f74ce52b3d…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Mon Feb 26 10:09:10 2018 +0100
Thread settings through, so they are now local to the places where they are used.
There is quite some ugly threading going on here, but this is only a
consequence of the absence of various classes: When we have the right
abstractions in place, the threading will basically vanish...
In a nutshell: Even if the code might look a bit more ugly than before, it
is much more honest about its dependencies than before, which is a good
thing.
Change-Id: I66efdff69ed4d25f8c2983168a3aa7ec44cafc72
---
bin/mkeventd | 189 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 97 insertions(+), 92 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=8586f74ce5…