]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log: make the low_level lf_{ip,port,text,text_len} functions take consts
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 13:23:10 +0000 (15:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 18:01:23 +0000 (20:01 +0200)
commit26ffa8544d70e096d26fd82199dc4837a5c169dc
tree1997ee68b5e419fc2fe859e250231431aab8acc3
parent372ac5abff19e78cc4ec124d34554c32873488d7
CLEANUP: log: make the low_level lf_{ip,port,text,text_len} functions take consts

These ones were abusively relying on variables making it hard to integrate
with const arguments.
include/proto/log.h
src/log.c