mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-23 13:51:36 +00:00
The send_sol interface now returns an impi_rs*
This commit is contained in:
@@ -139,8 +139,8 @@ struct ipmi_intf {
|
||||
void (*close)(struct ipmi_intf *);
|
||||
struct ipmi_rs *(*sendrecv)(struct ipmi_intf *, struct ipmi_rq *);
|
||||
struct ipmi_rs *(*recv_sol)(struct ipmi_intf *);
|
||||
int (*send_sol)(struct ipmi_intf *,
|
||||
struct ipmi_v2_payload * payload);
|
||||
struct ipmi_rs *(*send_sol)(struct ipmi_intf *,
|
||||
struct ipmi_v2_payload * payload);
|
||||
struct ipmi_session * session;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user