mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
More state for SOL session needed
This commit is contained in:
parent
ca11ec7f52
commit
9a980d55b7
@ -120,6 +120,11 @@ struct ipmi_session {
|
||||
uint16_t max_outbound_payload_size;
|
||||
uint16_t port;
|
||||
unsigned char sequence_number;
|
||||
|
||||
/* This data describes the last SOL packet */
|
||||
unsigned char last_received_sequence_number;
|
||||
unsigned char last_received_byte_count;
|
||||
|
||||
} sol_data;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user