Store SOL character data input length separately than the data length

of the whole packet.  Turns out we need it in order to determine whether
the BMC only accepted part of our data.
This commit is contained in:
Jeremy Ellington 2004-07-29 18:42:22 +00:00
parent 40f77f63a1
commit 720ad12aaf

View File

@ -111,6 +111,7 @@ struct ipmi_v2_payload {
struct {
unsigned char data[BUF_SIZE];
unsigned short character_count;
unsigned char packet_sequence_number;
unsigned char acked_packet_number;
unsigned char accepted_character_count;