Skip to content

Commit c03245d

Browse files
authored
fix(telemetry-ffi): Fix telemetry compilation after 802f06a (#1899)
Is this file not compiled at all, for some reason? Co-authored-by: bob.weinand <bob.weinand@datadoghq.com>
1 parent bdb0ad5 commit c03245d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libdd-telemetry-ffi/src/builder/macros.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ crate::c_setters!(
3737
host.kernel_version,
3838

3939
runtime_id,
40-
session_id,
41-
parent_session_id,
42-
root_session_id
40+
config.session_id,
41+
config.parent_session_id,
42+
config.root_session_id
4343
}
4444
);
4545

0 commit comments

Comments
 (0)