]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: unstatify a few functions that are often present in backtraces
authorWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 16:04:16 +0000 (17:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2023 16:15:54 +0000 (17:15 +0100)
commit7f58e9f1e01e746cd432ea107b3b9af1c6955cbd
tree2d04087051003c414194f430b55842772077b2f1
parentff8db5a85d60b21a711f8707791119adbbcffadc
DEBUG: unstatify a few functions that are often present in backtraces

It's useful to be able to recognize certain functions that are often
present in backtraces as they call lower level functions, and for this
they must not be static. Let's remove "static" in front of these
functions:

  sc_notify, sc_conn_recv, sc_conn_send, sc_conn_process,
  sc_applet_process, back_establish, stream_update_both_sc,
  httpclient_applet_io_handler, httpclient_applet_init,
  httpclient_applet_release
src/backend.c
src/http_client.c
src/stconn.c
src/stream.c