]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: memprof: export the minimum definitions for memory profiling
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Aug 2022 06:53:36 +0000 (08:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Aug 2022 07:03:57 +0000 (09:03 +0200)
commit219afa2ca89ed3c3a8e5ff972a7b550448284ce8
tree8fd6e5f80477e1e25cd6d4086e760024c9a0e425
parent11a6f4007b908b49ecd3abd5cd10fba177f07c11
MINOR: memprof: export the minimum definitions for memory profiling

Right now it's not possible to feed memory profiling info from outside
activity.c, so let's export the function and move the enum and struct
to the include file.
include/haproxy/activity-t.h
include/haproxy/activity.h
src/activity.c