No need to create an extra thread in client_msg_thread(). Call
commit3fdcefeadc7ee958edeb8976cc32fafa0031a4bd
authorBen Kibbey <bjk@luxsci.net>
Sat, 18 Apr 2009 17:30:28 +0000 (18 13:30 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 18 Apr 2009 17:30:28 +0000 (18 13:30 -0400)
tree16f5a38dffbae754c65d98f59221772cc046df9d
parentdb9793cd7b66367703e58989d07bb5869ee4bbcb
No need to create an extra thread in client_msg_thread(). Call
send_status() directly which already creates a new thread to do the
actual sending of the status message letting other (client) threads do
their work.
src/common.h
src/status.c