mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-07-03 18:51:42 +00:00
allow the interface to store its name
This commit is contained in:
@@ -107,6 +107,7 @@ struct ipmi_session {
|
|||||||
|
|
||||||
|
|
||||||
struct ipmi_intf {
|
struct ipmi_intf {
|
||||||
|
char name[32];
|
||||||
int fd;
|
int fd;
|
||||||
int opened;
|
int opened;
|
||||||
int abort;
|
int abort;
|
||||||
|
|||||||
Reference in New Issue
Block a user