]> git.kaiwu.me - haproxy.git/commit
MINOR: log: make all lf_* sess build helper static
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 22 Apr 2024 08:18:18 +0000 (10:18 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 26 Apr 2024 16:39:31 +0000 (18:39 +0200)
commita1583ec7c789389414b6baf8e29563810a6c9561
tree6c8462b089d5a1cf10be2f2ae2de8b147230bbdb
parent3b9096bd360b45c3c8fcd28632fb34f64f772438
MINOR: log: make all lf_* sess build helper static

There is no need to expose such functions since they are only involved in
the log building process that occurs inside sess_build_logline().

Making functions static and removing their public prototype to ease code
maintenance.
include/haproxy/log.h
src/log.c