Skip to content

Commit

Permalink
[DEBUG] DO NOT MERGE: fix data type for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Oct 14, 2019
1 parent 1c699e2 commit 4218659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/onwire.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ typedef uint16_t seq_num_t;

struct knet_header_payload_data {
uint32_t khp_data_chksum; /* more checksum */
uint16_t khp_data_len; /* full data len */
uint32_t khp_data_len; /* full data len */
seq_num_t khp_data_seq_num; /* pckt seq number used to deduplicate pkcts */
uint32_t khp_data_seq_chksum; /* this fragment checksum */
uint8_t khp_data_compress; /* identify if user data are compressed */
Expand Down

0 comments on commit 4218659

Please sign in to comment.