mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 02:57:22 +00:00
- Add support for dual bridge (dual send message)
This commit is contained in:
parent
d04f496c7a
commit
0fcf7acdba
@ -89,6 +89,8 @@ struct ipmi_ipmb_addr {
|
|||||||
short channel;
|
short channel;
|
||||||
unsigned char slave_addr;
|
unsigned char slave_addr;
|
||||||
unsigned char lun;
|
unsigned char lun;
|
||||||
|
short transit_channel;
|
||||||
|
unsigned char transit_slave_addr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define IPMI_IOC_MAGIC 'i'
|
#define IPMI_IOC_MAGIC 'i'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user