Files
MaxScale/server
Markus Mäkelä 59165b8dd5 Simplify housekeeper shutdown
The two-part shutdown procedure for the housekeeper was not needed and
caused problems if SIGINT wasn't raised. Since the main thread returns to
the main function, a single shutdown function is all that the housekeeper
needs to function.

Moved all the shutdown related code into Housekeeper::stop to remove the
waiting for the thread in the destructor.
2018-04-27 12:00:38 +03:00
..
2018-04-27 12:00:38 +03:00
2018-04-23 14:02:54 +03:00
2018-04-27 10:48:56 +03:00
2017-01-16 10:56:33 +02:00