DEBUG: ssl: export ssl_sock_close() to see its symbol resolved in profiling
authorWilly Tarreau <w@1wt.eu>
Thu, 13 May 2021 08:11:03 +0000 (10:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 May 2021 08:11:03 +0000 (10:11 +0200)
commit832e242b1f9da38d77d580091f741394dad933c8
treea3e9c2fc6549675ec7febcb8e6d50752ef6ddb1c
parentf1c8a3846c9533c9cc5e049dfceddeb85a5f90ac
DEBUG: ssl: export ssl_sock_close() to see its symbol resolved in profiling

This function is one of the few high-profile, unresolved ones in the memory
profile output, let's have it resolve to ease matching of SSL allocations,
which are not easy to follow.
src/ssl_sock.c