create a child process to write to syslog.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 30 Oct 2009 07:53:17 +0000 (18:53 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 30 Oct 2009 07:53:17 +0000 (18:53 +1100)
commit1446f4c247310e2ff2d522055bd8927d1a78d017
tree54f3604d84935a3c7efeaeb6c84ea15c4a80a472
parent48ac5c77698ab7a28d24629cc8a6985011c5d14d
create a child process to write to syslog.

use a udp socket on the ctdbd port to send messages to teh syslog child process for loggign.

we need this when syslog becomes "slow",   like very slow, and on boxes where syslog is limited to 100 lines per second and starts to block after that
include/ctdb_private.h
server/ctdb_logging.c
server/ctdbd.c