Skip to content

Commit

Permalink
[CP-18781] Add device information in VIF.state (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
Marcello Seri authored and robhoes committed Sep 13, 2016
1 parent fa9639b commit 5c1d7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xen/xenops_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ module Vif = struct
plugged: bool;
kthread_pid: int;
media_present: bool;
device: string option;
}
end

Expand Down

0 comments on commit 5c1d7d2

Please sign in to comment.