mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-25 07:05:43 -04:00
dbfaf36ac2
Extend the debuginfod client API with a function to stuff outgoing headers into libcurl http transfers. Use this from debuginfod so federated trees of debuginfod/httpd can trace back to to the originating client for administrative purposes. Docs & test included. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
18 lines
347 B
Plaintext
18 lines
347 B
Plaintext
ELFUTILS_0 { };
|
|
ELFUTILS_0.178 {
|
|
global:
|
|
debuginfod_begin;
|
|
debuginfod_end;
|
|
debuginfod_find_debuginfo;
|
|
debuginfod_find_executable;
|
|
debuginfod_find_source;
|
|
debuginfod_set_progressfn;
|
|
} ELFUTILS_0;
|
|
ELFUTILS_0.179 {
|
|
global:
|
|
debuginfod_set_user_data;
|
|
debuginfod_get_user_data;
|
|
debuginfod_get_url;
|
|
debuginfod_add_http_header;
|
|
};
|