Skip to content

Commit

Permalink
add subsystem to the pci address info (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Parekh <nparekh@redhat.com>
  • Loading branch information
nishant-parekh authored Aug 13, 2024
1 parent bd49b0d commit b210cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexports.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Mac struct {
}

type PCIAddress struct {
Device, Function, Description string
Device, Function, Description, Subsystem string
}

type PTPCaps struct {
Expand Down

0 comments on commit b210cac

Please sign in to comment.