]> git.tue.mpg.de Git - paraslash.git/commit
com_stat: abort on server crashes
authorAndre <maan@p133.(none)>
Tue, 11 Jul 2006 12:50:36 +0000 (14:50 +0200)
committerAndre <maan@p133.(none)>
Tue, 11 Jul 2006 12:50:36 +0000 (14:50 +0200)
commit4a0a124cb7c207fe03bdc029261d200ab5b81268
tree32ade3a4e0b92f28610423489b0b6fa6fbe00621
parent0b5edae92f037b1e156a37ba3d7d9a2c95f58dd4
com_stat: abort on server crashes

Currently, if para_server gets killed by SIGKILL, its status clients
happily move on and announce the most current stream. This causes
audiod to restart the receivers in an endless loop. It's better to
close the connection from within com_stat() if the parent pid equals
one (which indicates that para_server has crashed).
command.c
error.h