]> arthur.barton.de Git - ngircd-alex.git/commit
remove NGIRCd_SignalRehash
authorFlorian Westphal <fw@strlen.de>
Fri, 10 Sep 2010 22:27:21 +0000 (00:27 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 11 Sep 2010 09:36:12 +0000 (11:36 +0200)
commitef3dbf96eb977c5296e092c6a48f8a3ca51598e2
tree3ceff114a3df0c505b4a934fa8b6181cfeb019c9
parent1fe17e246cba4ee2f4349196c544296790ab5d55
remove NGIRCd_SignalRehash

now that the main signal handling is done from the dispatcher
loop we can call NGIRCD_Rehash() directly.

the /REHASH handler can queue the Rehash() function for
execution by sending a SIGHUP.  It will be run when we
return back to the dispatch loop.
src/ngircd/conn.c
src/ngircd/irc-oper.c
src/ngircd/ngircd.c
src/ngircd/ngircd.h
src/ngircd/sighandlers.c