aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer_config_init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix output buffer deadlock when daemonizingEric Wong2008-08-191-0/+87
We spawned the output buffer thread before daemonizing in initPlayerData(), which is ultra bad because daemonizes forks and threads are not preserved on exit. Since playerData has been stripped bare by this core-rewrite anyways, move this code into the outputBuffer_* group and drop playerData.[ch] completely I completely forgot to test this :<