]> git.pond.sub.org Git - empserver/commit
Implement wakeup of shutdown thread in shutdown_initiate()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 20 Jul 2008 14:22:46 +0000 (10:22 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 25 Jul 2008 12:16:38 +0000 (08:16 -0400)
commit797f9b121ead0a1b82bf9ba46f6b3c355a5c51c6
tree00027101b455270f15fb21a1f08d563fcd46a961
parent7e80101fac1315952ba7a3276a334e3be0ba6947
Implement wakeup of shutdown thread in shutdown_initiate()

Before, the shutdown command's action could be delayed by up to a
minute when the shutdown thread was already running.
src/server/shutdown.c