diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-09-04 02:51:10 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-09-04 02:51:10 +0200 |
commit | 498fb8b691aaa62ec12b7326361140321c1a8220 (patch) | |
tree | f6f5a21f0a04cffef8977c822785ac5da687d470 /ecp/src/core.h | |
parent | b98a39ddae6a9cd002465bd46c19a1cb9285174b (diff) |
ecp fixed frag problems
Diffstat (limited to 'ecp/src/core.h')
-rw-r--r-- | ecp/src/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/src/core.h b/ecp/src/core.h index 24ea4ee..bf5228b 100644 --- a/ecp/src/core.h +++ b/ecp/src/core.h @@ -220,7 +220,7 @@ typedef struct ECPFragIter { unsigned char frag_cnt; unsigned char *buffer; size_t buf_size; - size_t content_size; + size_t msg_size; } ECPFragIter; typedef struct ECPPktMeta { |