Skip to content

Commit 1387b91

Browse files
frobwared-e-s-o
andcommitted
Update libbpf-rs/src/query.rs
Co-authored-by: Daniel Müller <d-e-s-o@users.noreply.github.com>
1 parent 8f7d4d0 commit 1387b91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libbpf-rs/src/query.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,8 @@ pub struct RawTracepointLinkInfo {
623623
pub struct TracingLinkInfo {
624624
/// Attach type of the tracing link.
625625
pub attach_type: ProgramAttachType,
626-
/// Target object ID (`prog_id` for `PROG_EXT`, otherwise btf object id).
626+
/// Target object ID (`prog_id` for [`ProgramType::Ext`], otherwise
627+
/// BTF object id).
627628
pub target_obj_id: u32,
628629
/// BTF type id inside the target object.
629630
pub target_btf_id: u32,

0 commit comments

Comments
 (0)