Use a pth_msgport_t event instead of signals in child_thread() to send
commit78e9d8bfe0421bd046a33153c8e299c0bdaba649
authorBen Kibbey <bjk@luxsci.net>
Tue, 26 Feb 2008 03:09:55 +0000 (25 22:09 -0500)
committerBen Kibbey <bjk@luxsci.net>
Tue, 26 Feb 2008 03:09:55 +0000 (25 22:09 -0500)
treeb9ad6d0d0cd4a0ea04051b9a35e88de8784321cd
parent7b7b138e0162bdbb1eca8894766dcdc19f399fe8
Use a pth_msgport_t event instead of signals in child_thread() to send
status messages to the client. This removes the SIGUSR2 and SIGALRM
signal events.
src/common.h
src/pwmd.c