diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-06 18:19:00 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-06 18:19:00 +0200 |
commit | c129b10bf7c851d94002767aa09e06c526cacb7d (patch) | |
tree | a0ca2c8d603a233c43c888dddb4ee541d4ba34e5 /code/core/rbuf.h | |
parent | b83e58e21ea7dda57ddfda47bd1539d15abe687f (diff) |
frad/defrag implemented
Diffstat (limited to 'code/core/rbuf.h')
-rw-r--r-- | code/core/rbuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/core/rbuf.h b/code/core/rbuf.h index c3e6ff9..3644f9c 100644 --- a/code/core/rbuf.h +++ b/code/core/rbuf.h @@ -65,6 +65,7 @@ typedef struct ECPRBRecv { #ifdef ECP_WITH_MSGQ ECPConnMsgQ msgq; #endif + struct ECPFragIter *frag_iter; } ECPRBRecv; typedef struct ECPRBSend { |