mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
An AoE session holds a persistent reference to a net device.
This commit is contained in:
@@ -86,6 +86,9 @@ struct aoe_session {
|
||||
|
||||
/** Network device */
|
||||
struct net_device *netdev;
|
||||
/** Reference to network device */
|
||||
struct reference netdev_ref;
|
||||
|
||||
/** Major number */
|
||||
uint16_t major;
|
||||
/** Minor number */
|
||||
|
||||
Reference in New Issue
Block a user