]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: log: split send_log function
authorWilliam Lallemand <wlallemand@exceliance.fr>
Mon, 6 Feb 2012 15:00:33 +0000 (16:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Feb 2012 14:54:43 +0000 (15:54 +0100)
commit2a4a44f0f9f08d130a9a7211746728c38f670032
tree16d5f506e3845396b02d2c8de23587b962987c8b
parentd9e9066e717c36c076730605f94c7d7f0a40e17d
REORG: log: split send_log function

send_log function is now splited in 3 functions
* hdr_log: generate the syslog header
* send_log: send a syslog message with a printf format string
* __send_log: send a syslog message
include/proto/log.h
src/log.c