Skip to content

Commit dad7079

Browse files
chore: bump instrument-hooks to collect linked libraries
1 parent 25b331f commit dad7079

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

crates/codspeed/src/instrument_hooks/bindings.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ extern "C" {
6666
value: *const ::std::os::raw::c_char,
6767
) -> u8;
6868
}
69+
extern "C" {
70+
pub fn instrument_hooks_set_environment_list(
71+
arg1: *mut InstrumentHooks,
72+
section_name: *const ::std::os::raw::c_char,
73+
key: *const ::std::os::raw::c_char,
74+
values: *const *const ::std::os::raw::c_char,
75+
count: u32,
76+
) -> u8;
77+
}
6978
extern "C" {
7079
pub fn instrument_hooks_write_environment(arg1: *mut InstrumentHooks, pid: u32) -> u8;
7180
}

0 commit comments

Comments
 (0)