Skip to content

Commit 656864f

Browse files
committed
fixup! chore(deps): bump instrument-hooks to thread-safe C API
1 parent 5a9838f commit 656864f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crates/codspeed/src/instrument_hooks/bindings.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ extern "C" {
5656
extern "C" {
5757
pub fn instrument_hooks_current_timestamp() -> u64;
5858
}
59+
extern "C" {
60+
pub fn instrument_hooks_callgrind_add_obj_skip(path: *const ::std::os::raw::c_char) -> u8;
61+
}
5962
pub const instrument_hooks_feature_t_FEATURE_DISABLE_CALLGRIND_MARKERS: instrument_hooks_feature_t =
6063
0;
6164
pub type instrument_hooks_feature_t = ::std::os::raw::c_uint;

0 commit comments

Comments
 (0)