]> arthur.barton.de Git - ngircd-alex.git/commit
New function Conn_CloseAllSockets() to close all open sockets
authorAlexander Barton <alex@barton.de>
Wed, 14 Jul 2010 08:27:55 +0000 (10:27 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 14 Jul 2010 08:27:55 +0000 (10:27 +0200)
commitcf93881dfbd7b6317d2a41f87e9751b74354203b
tree7a7e5d15915e5d8307a520b5cb94c5ce077e34fb
parent560492a4a4bd2182e3eaa32a5d5db7582be97963
New function Conn_CloseAllSockets() to close all open sockets

This is useful in forked child processes, for example, to make sure that
they don't hold connections open that the main process wants to close.
src/ngircd/conn.c
src/ngircd/conn.h